47eeecf711
these types are used by the user config in `proxmox-backup` server. this commit factors them out so we can re-use them in other products as well as this crate. Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
26 lines
738 B
TOML
26 lines
738 B
TOML
[package]
|
|
name = "proxmox-access-control"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
exclude.workspace = true
|
|
rust-version.workspace = true
|
|
description = "A collection of utilities to implement access control management."
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
nix.workspace = true
|
|
openssl.workspace = true
|
|
serde.workspace = true
|
|
|
|
# proxmox-notify.workspace = true
|
|
proxmox-auth-api = { workspace = true, features = [ "api-types" ] }
|
|
proxmox-schema.workspace = true
|
|
proxmox-product-config.workspace = true
|
|
proxmox-time.workspace = true
|