basically everything is done uwu

This commit is contained in:
41666 2022-11-20 21:18:30 -05:00
parent 1d042b59bb
commit f2073ab712
6 changed files with 546 additions and 23 deletions

View file

@ -6,3 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
redis = "0.22.1"
once_cell = "1.16.0"
tokio-tungstenite = { version = "0.17.2", features=["native-tls"] }
serde_json = "1.0.88"
serde = { version = "1.0.147", features = ["derive"] }
tokio = { version = "1.22.0" }
url = "2.3.1"
futures-util = "0.3.25"
futures = "0.3.25"