feat: add tonic
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-24 01:34:06 +01:00
parent 670fd0d13b
commit cb340ffb1e
6 changed files with 489 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
mod api;
mod cli;
mod state;
mod grpc {
include!("grpc/churn.v1.rs");
}
mod agent;