2020-02-15 01:27:25 +01:00
|
|
|
[package]
|
|
|
|
name = "nss_kanidm"
|
2022-10-01 08:08:51 +02:00
|
|
|
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
2020-02-15 01:27:25 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "nss_kanidm"
|
|
|
|
crate-type = [ "cdylib" ]
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-10-01 08:08:51 +02:00
|
|
|
kanidm_unix_int.workspace = true
|
|
|
|
libnss.workspace = true
|
|
|
|
libc.workspace = true
|
|
|
|
paste.workspace = true
|
|
|
|
lazy_static.workspace = true
|
2020-02-15 01:27:25 +01:00
|
|
|
|