server/Cargo.toml

10 lines
240 B
TOML

[package]
name = "calamari"
version = "0.0.0-indev"
edition = "2021"
[dependencies]
axum = "0.7.9"
sqlite = "0.36.1"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
uuid = { version = "1.11.0", features = ["v4"] }