server/Cargo.toml

11 lines
240 B
TOML
Raw Normal View History

2024-11-23 20:33:39 +00:00
[package]
name = "calamari"
version = "0.0.0-indev"
edition = "2021"
[dependencies]
axum = "0.7.9"
2024-11-23 20:33:39 +00:00
sqlite = "0.36.1"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
2024-11-23 20:33:39 +00:00
uuid = { version = "1.11.0", features = ["v4"] }