calathea/Cargo.toml

12 lines
203 B
TOML
Raw Normal View History

2024-12-28 09:36:13 +00:00
[package]
name = "calathea"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.9"
chrono = "0.4.39"
r2d2 = "0.8.10"
r2d2_sqlite = "0.25.0"
tokio = { version = "1.42.0", features = ["full"] }