aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/warden-core/Cargo.toml')
-rw-r--r--lib/warden-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 = [