diff options
Diffstat (limited to 'lib/warden-core/Cargo.toml')
-rw-r--r-- | lib/warden-core/Cargo.toml | 3 |
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"] } |