mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 10:10:12 +00:00
feat(gateway): split out event handler to separate file, remove twilight cache
This commit is contained in:
parent
c2094e3b7a
commit
6be8dd0773
4 changed files with 119 additions and 207 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue