mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.125 to 0.2.126. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.125...0.2.126) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
352 B
TOML
20 lines
352 B
TOML
[package]
|
|
name = "nss_kanidm"
|
|
version = "1.1.0-alpha.8"
|
|
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.126"
|
|
paste = "^1.0.7"
|
|
lazy_static = "^1.4.0"
|
|
|