mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
20 lines
352 B
TOML
20 lines
352 B
TOML
[package]
|
|
name = "nss_kanidm"
|
|
version = "1.1.0-alpha.7"
|
|
authors = ["William Brown <william@blackhats.net.au>"]
|
|
rust-version = "1.59"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "nss_kanidm"
|
|
crate-type = [ "cdylib" ]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
kanidm_unix_int = { path = "../" }
|
|
libnss = "^0.4.0"
|
|
libc = "^0.2.124"
|
|
paste = "^1.0.7"
|
|
lazy_static = "^1.4.0"
|
|
|