server/Cargo.toml

9 lines
152 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]
sqlite = "0.36.1"
uuid = { version = "1.11.0", features = ["v4"] }