From 9c850d6c4d0ed468709c2eb5340d7b64bbb9aa68 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 11 Aug 2025 22:02:37 +0200 Subject: build(config): create crate --- lib/warden-core/src/lib.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/warden-core/src/lib.rs') diff --git a/lib/warden-core/src/lib.rs b/lib/warden-core/src/lib.rs index d039516..c97bef3 100644 --- a/lib/warden-core/src/lib.rs +++ b/lib/warden-core/src/lib.rs @@ -7,12 +7,12 @@ )] /// Type file descriptor -#[cfg(any(feature = "message", feature = "pseudonyms"))] +#[cfg(any(feature = "message", feature = "pseudonyms", feature = "configuration"))] pub const FILE_DESCRIPTOR_SET: &[u8] = tonic::include_file_descriptor_set!("warden_descriptor"); /// Google well known types #[allow(missing_docs)] -#[cfg(any(feature = "message", feature = "pseudonyms"))] +#[cfg(any(feature = "message", feature = "pseudonyms", feature = "configuration"))] pub mod google; /// ISO20022 messages @@ -29,3 +29,7 @@ pub mod message; #[allow(missing_docs)] #[cfg(feature = "pseudonyms")] pub mod pseudonyms; + +#[allow(missing_docs)] +#[cfg(feature = "configuration")] +pub mod configuration; -- cgit v1.2.3