This commit is contained in:
JMARyA 2024-12-26 00:37:50 +01:00
commit 221b2a82e7
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 3817 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[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"
sqlx = "0.8.2"