Update bots manager

This commit is contained in:
2023-07-21 01:07:08 +02:00
parent 1b4a5a6b2e
commit 507ad1f91f
4 changed files with 222 additions and 153 deletions

View File

@@ -30,3 +30,6 @@ moka = { version = "0.11.1", features = ["future"] }
axum = "0.6.18"
smallvec = { version = "1.10.0", features = ["serde"] }
smartstring = { version = "1.0.1", features = ["serde"] }
tokio-stream = "0.1.14"
tower = "0.4.13"
tower-http = "0.4.3"