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/configuration.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/warden-core/src/configuration.rs (limited to 'lib/warden-core/src/configuration.rs') diff --git a/lib/warden-core/src/configuration.rs b/lib/warden-core/src/configuration.rs new file mode 100644 index 0000000..da589c2 --- /dev/null +++ b/lib/warden-core/src/configuration.rs @@ -0,0 +1,3 @@ +pub mod routing { + tonic::include_proto!("configuration.routing"); +} -- cgit v1.2.3