pacco/Cargo.toml
2024-12-26 01:07:43 +01:00

12 lines
244 B
TOML

[package]
name = "pacco"
version = "0.1.0"
edition = "2024"
[dependencies]
based = { git = "https://git.hydrar.de/jmarya/based", features = ["htmx"]}
env_logger = "0.11.6"
maud = "0.26.0"
rocket = "0.5.1"
serde_json = "1.0.134"
sqlx = "0.8.2"