diff --git a/Cargo.toml b/Cargo.toml index 7b11464..b7841f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,9 +17,12 @@ utoipa = { version = "5.4.0", features = ["uuid", "time"] } [features] default = ["full"] -full = ["user", "message", "contact"] +full = ["user", "message", "contact", "config", "envy", "token"] user = [] message = [] contact = [] +config = [] +envy = [] +token = [] [dev-dependencies]