mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
24 lines
437 B
TOML
24 lines
437 B
TOML
[package]
|
|
name = "nss_kanidm"
|
|
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
name = "nss_kanidm"
|
|
crate-type = [ "cdylib" ]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
kanidm_unix_int.workspace = true
|
|
libnss.workspace = true
|
|
libc.workspace = true
|
|
paste.workspace = true
|
|
lazy_static.workspace = true
|
|
|