From af407fe5c3e1d5b8b315db029805fa7290c83fae Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 10 Aug 2025 12:09:22 +0200 Subject: feat(pseudonyms): proto definitions --- lib/warden-core/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/warden-core/Cargo.toml') diff --git a/lib/warden-core/Cargo.toml b/lib/warden-core/Cargo.toml index bdf0af0..759e018 100644 --- a/lib/warden-core/Cargo.toml +++ b/lib/warden-core/Cargo.toml @@ -17,12 +17,14 @@ serde = { workspace = true, optional = true } serde_json = { workspace = true, optional = true } time = { workspace = true, optional = true } tonic = { workspace = true, optional = true } +tonic-prost = { version = "0.14.1", optional = true } tonic-types = { version = "0.14.0", optional = true } utoipa = { workspace = true, optional = true } [features] default = [] -iso20022 = ["dep:prost", "dep:tonic", "dep:tonic-types"] +message = ["dep:prost", "dep:tonic", "dep:tonic-types", "dep:tonic-prost"] +pseudonyms = ["dep:prost", "dep:tonic", "dep:tonic-types", "dep:tonic-prost"] serde = ["dep:serde", "serde/derive", "dep:serde_json"] serde-time = [ "time", -- cgit v1.2.3