mg/Cargo.toml
Patrick Marie a0cbb8dcda
All checks were successful
CI checks / Clippy (push) Successful in 50s
CI checks / Format (push) Successful in 26s
feat: basic packfile retrieval
2025-02-11 22:18:32 +01:00

17 lines
327 B
TOML

[package]
name = "mg"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.27", features = ["derive", "string"] }
flate2 = "1.0.35"
hex = "0.4.3"
nom = "8.0.0"
reqwest = "0.12.12"
sha1 = "0.10.6"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }
walkdir = "2.5.0"