Add debug logging and global connection map

This commit is contained in:
2024-05-21 00:22:41 -06:00
parent 725db06703
commit b2cae01bf8
3 changed files with 31 additions and 5 deletions
+1
View File
@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
lazy_static = "1.4.0"
tokio = { version = "1.37.0", features = ["full"] }
tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }