mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* Cleanup how we check for last git commit to avoid an insecure dep * Resolve unmaintained or old deps * Fix ci
15 lines
383 B
TOML
15 lines
383 B
TOML
[package]
|
|
name = "kanidm_lib_file_permissions"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[target.'cfg(target_family = "windows")'.dependencies]
|
|
whoami = {workspace = true}
|
|
|
|
[target.'cfg(not(target_family = "windows"))'.dependencies]
|
|
kanidm_utils_users = { workspace = true }
|