From b6924a50c9ec49e1b2b0d286abbbe608410af87d Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Tue, 12 Aug 2025 21:05:07 +0200 Subject: feat(router): get config --- lib/warden-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/warden-core/Cargo.toml') diff --git a/lib/warden-core/Cargo.toml b/lib/warden-core/Cargo.toml index dc9e83e..67ea279 100644 --- a/lib/warden-core/Cargo.toml +++ b/lib/warden-core/Cargo.toml @@ -24,7 +24,7 @@ utoipa = { workspace = true, optional = true } [features] default = [] configuration = ["dep:prost", "dep:tonic", "dep:tonic-types", "dep:tonic-prost"] -message = ["dep:prost", "dep:tonic", "dep:tonic-types", "dep:tonic-prost"] +message = ["configuration"] pseudonyms = ["dep:prost", "dep:tonic", "dep:tonic-types", "dep:tonic-prost"] serde = ["dep:serde", "serde/derive", "dep:serde_json"] serde-time = [ -- cgit v1.2.3