aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-08 08:01:13 +0200
committerrtkay123 <dev@kanjala.com>2025-08-08 08:01:13 +0200
commitfd81550cd9b49c138f384dd7c097729d66f1e0b0 (patch)
tree8566e9647715c9a5af09a3d7a6bace77f0c86f71 /lib/warden-core/Cargo.toml
parent68a4edcdf7af5e8c5eef04b9b65683229644f29a (diff)
downloadwarden-fd81550cd9b49c138f384dd7c097729d66f1e0b0.tar.bz2
warden-fd81550cd9b49c138f384dd7c097729d66f1e0b0.zip
build(proto): compile time iso20022 types
Diffstat (limited to 'lib/warden-core/Cargo.toml')
-rw-r--r--lib/warden-core/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/warden-core/Cargo.toml b/lib/warden-core/Cargo.toml
index efb61a3..dbe61fd 100644
--- a/lib/warden-core/Cargo.toml
+++ b/lib/warden-core/Cargo.toml
@@ -17,7 +17,8 @@ tonic = { workspace = true, optional = true }
tonic-types = { version = "0.14.0", optional = true }
[features]
-default = ["dep:prost", "dep:tonic", "dep:tonic-types"]
+default = []
+iso20022 = ["dep:prost", "dep:tonic", "dep:tonic-types"]
[build-dependencies]
tonic-prost-build = { version = "0.14.0", features = ["cleanup-markdown"] }