1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/rust/nss/Cargo.toml
David Mulder abcf7644a9 Reorganize rust file tree
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>
2024-10-23 14:21:33 +00:00

22 lines
411 B
TOML

[package]
name = "nss_himmelblau"
edition.workspace = true
license.workspace = true
homepage.workspace = true
version.workspace = true
[lib]
name = "nss_himmelblau"
crate-type = [ "cdylib" ]
path = "src/lib.rs"
[dependencies]
libc.workspace = true
libnss = "0.8.0"
ntstatus_gen.workspace = true
param = { workspace = true }
sock = { workspace = true }
[build-dependencies]
version = { path = "../version" }