diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 06a3b5a..2da818a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -4,6 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] +anyhow = "1.0.86" +futures-util = "0.3" rand = { version = "0.8.5", features = ["std", "std_rng"] } rusqlite = "0.32.1" tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread", "net", "io-util", "sync", "time"] } +tokio-tungstenite = "0.23.1" +tungstenite = "0.23.0" |