feat(gateway): split out event handler to separate file, remove twilight cache

This commit is contained in:
spiral
2022-04-13 08:48:06 -04:00
parent c2094e3b7a
commit 6be8dd0773
4 changed files with 119 additions and 207 deletions

View File

@@ -13,12 +13,12 @@ tracing = "0.1"
tracing-subscriber = "0.3"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["sync"] }
lazy_static = "1.4.0"
procfs = "0.12.0"
libc = "0.2.122"
# Twilight
twilight-cache-inmemory = "0.10.0"
twilight-gateway = "0.10.0"
twilight-gateway-queue = "0.10.0"
twilight-http = "0.10.0"