server: refactor server logic into supervisor + session handler
This commit is contained in:
@@ -41,7 +41,7 @@ systemd-journal-logger = "2.2.2"
|
||||
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros"] }
|
||||
tokio-serde = { version = "0.9.0", features = ["bincode"] }
|
||||
tokio-stream = "0.1.17"
|
||||
tokio-util = { version = "0.7.17", features = ["codec"] }
|
||||
tokio-util = { version = "0.7.17", features = ["codec", "rt"] }
|
||||
toml = "0.9.8"
|
||||
uuid = { version = "1.18.1", features = ["v4"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user