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

[dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
axum = { version = "0.6.12", features = ["ws"] }
tower-http = { version = "0.4.0", features = ["fs"] }