kanidm/libs/file_permissions/Cargo.toml

15 lines
368 B
TOML
Raw Normal View History

2023-03-01 04:10:52 +01:00
[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}
2023-03-01 04:10:52 +01:00
[target.'cfg(not(target_family = "windows"))'.dependencies]
users = {workspace = true}