mg/Cargo.toml
Patrick Marie bed1464bb9
All checks were successful
CI checks / Clippy (push) Successful in 29s
CI checks / Format (push) Successful in 24s
feat: adding ls-index
2025-02-06 08:18:57 +01:00

14 lines
237 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"
sha1 = "0.10.6"
thiserror = "2.0.11"