Refactor TransportStream in Server

This commit is contained in:
2024-03-22 22:05:33 +01:00
parent a1b4865b3f
commit 1e4e4bdb53
9 changed files with 331 additions and 35 deletions

View File

@@ -19,4 +19,5 @@ tracing = "0.1"
tracing-subscriber = "0.3"
uuid = { version = "1.7.0", features = ["serde"] }
clap = { version = "4.5.2", features = ["derive"] }
thiserror = "1.0.56"
thiserror = "1.0.56"
serde = { version = "1.0" }