diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f2ebda64..3db50db8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,13 +20,13 @@ path = "src/main.rs" [features] default = ["all"] all = ["accounting", "budgeting", "hello", "pricing", "quota", "resources", "user"] -accounting = [] -budgeting = [] -hello = [] -pricing = [] -quota = [] -resources = [] -user = [] +accounting = ["lrzcc/accounting"] +budgeting = ["lrzcc/budgeting"] +hello = ["lrzcc/hello"] +pricing = ["lrzcc/pricing"] +quota = ["lrzcc/quota"] +resources = ["lrzcc/resources"] +user = ["lrzcc/user"] [dependencies] lrzcc = { version = "1.0", path = "../lib" }