Files
rgit/Cargo.toml
Antonin Ruan f600a89f5b Init commit
2026-02-19 15:10:29 +01:00

15 lines
252 B
TOML

[package]
name = "rgit"
version = "0.1.0"
description = "Git implementation in Rust"
edition = "2024"
[toolchain]
channel = "nightly"
[dependencies]
clap = { version = "4.5.59", features = ["derive"] }
hex = "0.4.3"
sha1 = "0.10.6"
zlib-rs = "0.6.1"