🎉 init

This commit is contained in:
JMARyA 2025-03-12 11:32:27 +01:00
commit e5135dc9e4
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
13 changed files with 4678 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "pacco-makepkg"
version = "0.1.0"
edition = "2024"
[dependencies]
based = { git = "https://git.hydrar.de/jmarya/based" }
comrade = { git = "https://git.hydrar.de/jmarya/comrade" }
env_logger = "0.11.7"
log = "0.4.26"
reqwest = { version = "0.12.13", features = ["blocking", "multipart"] }
serde = { version = "1.0.219", features = ["derive"] }
sqlx = { version = "0.8.3", features = ["postgres"] }
tokio = { version = "1.44.0", features = ["full"] }
uuid = "1.15.1"