working split configuration

This commit is contained in:
filipriec
2025-02-23 08:55:51 +01:00
parent 1c613008cd
commit 2c4b69d406
3 changed files with 15 additions and 4 deletions

View File

@@ -26,3 +26,7 @@ tonic-build = "0.12.3"
tonic-reflection = "0.12.3"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
[lib]
name = "server"
path = "src/lib.rs"