pacco/Cargo.toml
JMARyA 3fabc91438
All checks were successful
ci/woodpecker/push/build Pipeline was successful
implement user pages + ui
2025-01-12 03:58:16 +01:00

17 lines
327 B
TOML

[package]
name = "pacco"
version = "0.1.0"
edition = "2024"
[dependencies]
based = { git = "https://git.hydrar.de/jmarya/based", features = ["htmx"]}
bytesize = "1.3.0"
chrono = "0.4.39"
env_logger = "0.11.6"
log = "0.4.22"
maud = "0.26.0"
rocket = "0.5.1"
serde_json = "1.0.134"
sqlx = "0.8.2"
tar = "0.4.43"
zstd = "0.13.2"