diff --git a/Cargo.toml b/Cargo.toml index 5926f23..b91295f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,5 @@ toml = "0.5.8" [features] # Feature flag to enable syntactic sugar for proxmox users -proxmox = [] \ No newline at end of file +proxmox = [] +default = ["proxmox"] \ No newline at end of file