21 lines
442 B
TOML
21 lines
442 B
TOML
[package]
|
|
name = "pacco"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
based = { git = "https://git.hydrar.de/jmarya/based", branch = "ui" }
|
|
bytesize = "1.3.0"
|
|
chrono = "0.4.39"
|
|
env_logger = "0.11.6"
|
|
log = "0.4.22"
|
|
maud = "0.26.0"
|
|
rand = "0.9.0"
|
|
reqwest = { version = "0.12.12" }
|
|
rocket = "0.5.1"
|
|
serde = { version = "1.0.217", features = ["derive"] }
|
|
serde_json = "1.0.134"
|
|
sqlx = "0.8.2"
|
|
tar = "0.4.43"
|
|
toml = "0.8.19"
|
|
zstd = "0.13.2"
|