Enable 'proxmox' feature by default

This commit is contained in:
PolloLoco
2023-01-14 19:14:39 +01:00
parent b5609cb219
commit f139fa775c

View File

@@ -16,4 +16,5 @@ toml = "0.5.8"
[features]
# Feature flag to enable syntactic sugar for proxmox users
proxmox = []
proxmox = []
default = ["proxmox"]