kanidm/libs/file_permissions/Cargo.toml
2023-03-01 13:10:52 +10:00

15 lines
360 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]
users.workspace = true