mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
abcf7644a9
Place all rust code under samba/rust, similar to how we organize python code in the samba tree. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
19 lines
289 B
TOML
19 lines
289 B
TOML
[package]
|
|
name = "version"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
name = "version"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
chelps.workspace = true
|
|
libc.workspace = true
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.97"
|
|
bindgen = "0.69.4"
|