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

[dependencies]
axum = "0.6"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }
tower-http = { version = "0.3", features = ["cors"] }