summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
blob: 2da818a8040a0f74c75d0053573ed63d79fbe164 (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"] }
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"