summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
blob: 8ef7d7bdd26b2e888fed5ca5acba456a6227d2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "jigsaw-server"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.86"
futures-util = "0.3"
rand = { version = "0.8.5", features = ["std", "std_rng"] }
sled = "0.34.7"
tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread", "net", "io-util", "sync", "time"] }
tokio-tungstenite = "0.23.1"
tungstenite = "0.23.0"