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

[dependencies]
tokio = { version = "1.43.0", features = ["full"] }
warp = "0.3.7"