2023-03-01 04:10:52 +01:00
|
|
|
[package]
|
|
|
|
name = "kanidm_lib_file_permissions"
|
2023-10-22 13:16:42 +02:00
|
|
|
description = "Kanidm File Permissions Library"
|
|
|
|
# documentation = "https://docs.rs/kanidm_proto/latest/kanidm_proto/"
|
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
rust-version = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
2023-03-01 04:10:52 +01:00
|
|
|
|
2023-10-22 13:16:42 +02:00
|
|
|
[lib]
|
|
|
|
test = true
|
|
|
|
doctest = false
|
2023-03-01 04:10:52 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
[target.'cfg(not(target_family = "windows"))'.dependencies]
|
2023-07-31 14:27:21 +02:00
|
|
|
kanidm_utils_users = { workspace = true }
|