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

[dependencies]
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"] }