aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/src/configuration.rs
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-11 22:02:37 +0200
committerrtkay123 <dev@kanjala.com>2025-08-11 22:02:37 +0200
commit9c850d6c4d0ed468709c2eb5340d7b64bbb9aa68 (patch)
tree4aa550323df9372e367932fa6bccf40db9aeac26 /lib/warden-core/src/configuration.rs
parent1ffebf617e651e1008d13bcc8cfbe79c9323c48b (diff)
downloadwarden-9c850d6c4d0ed468709c2eb5340d7b64bbb9aa68.tar.bz2
warden-9c850d6c4d0ed468709c2eb5340d7b64bbb9aa68.zip
build(config): create crate
Diffstat (limited to 'lib/warden-core/src/configuration.rs')
-rw-r--r--lib/warden-core/src/configuration.rs3
1 files changed, 3 insertions, 0 deletions
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");
+}