Add syntactic sugar for proxmox users (behind proxmox feature flag)

This commit is contained in:
PolloLoco
2023-01-14 14:45:09 +01:00
parent 3c35e581cf
commit b5609cb219
3 changed files with 46 additions and 0 deletions

View File

@@ -13,3 +13,7 @@ libc = "0.2.102"
parking_lot = "0.11.2"
serde = { version = "1.0.130", features = ["derive"] }
toml = "0.5.8"
[features]
# Feature flag to enable syntactic sugar for proxmox users
proxmox = []