mg/Cargo.toml
Patrick Marie 82f4381d20
All checks were successful
CI checks / Format (push) Successful in 42s
CI checks / Clippy (push) Successful in 39s
feat: create a blob object
2025-02-04 22:03:26 +01:00

13 lines
223 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"
sha1 = "0.10.6"
thiserror = "2.0.11"