1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/rust/nss/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
411 B
TOML
Raw Normal View History

[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" }