From f139fa775c1e0b05165edc8be14d1aa346ab6f50 Mon Sep 17 00:00:00 2001 From: PolloLoco Date: Sat, 14 Jan 2023 19:14:39 +0100 Subject: [PATCH] Enable 'proxmox' feature by default --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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