- update: moved signal handler into utils crate to make it easier to update

- fix: windows compile issue due to exposed unix signal
This commit is contained in:
2025-01-05 22:49:55 -05:00
parent f8243fe68c
commit 9f63a5fd3a
11 changed files with 37 additions and 68 deletions

View File

@@ -10,7 +10,7 @@ tracing = "0.1"
rand = "0.9.0-beta.1"
uuid = { version = "1.11.0", features = ["v4"] }
warp = "0.3.7"
tokio = "1.41.1"
tokio = { version = "1.41.1", features = ["full"] }
bincode = { version = "2.0.0-rc.3", features = ["derive", "serde"] }
redis = "0.27.5"
deadpool-redis = "0.18.0"