mg/Cargo.toml
Patrick Marie bb731239f4
Some checks failed
CI checks / Format (push) Successful in 29s
CI checks / Clippy (push) Failing after 38s
feat: adding cat-file
2025-02-04 09:07:59 +01:00

12 lines
207 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"
thiserror = "2.0.11"