diff options
| author | rtkay123 <dev@kanjala.com> | 2025-08-14 18:33:10 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2025-08-14 18:33:10 +0200 |
| commit | 19871c1924a8569df741d4bf5f63943b6b646c16 (patch) | |
| tree | 8ec72ec271ef8d815c64929dbf6e2ba0b4f3b6a6 /lib/warden-core/src | |
| parent | 5eed2d7a4a919b3583017aa9a65089673bce87db (diff) | |
| download | warden-19871c1924a8569df741d4bf5f63943b6b646c16.tar.bz2 warden-19871c1924a8569df741d4bf5f63943b6b646c16.zip | |
feat(config): rule http
Diffstat (limited to 'lib/warden-core/src')
| -rw-r--r-- | lib/warden-core/src/configuration.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/warden-core/src/configuration.rs b/lib/warden-core/src/configuration.rs index b620914..798c079 100644 --- a/lib/warden-core/src/configuration.rs +++ b/lib/warden-core/src/configuration.rs @@ -3,3 +3,7 @@ tonic::include_proto!("configuration"); pub mod routing { tonic::include_proto!("configuration.routing"); } + +pub mod rule { + tonic::include_proto!("configuration.rule"); +} |
