Init commit

This commit is contained in:
Antonin Ruan
2026-02-19 14:46:58 +01:00
commit f600a89f5b
12 changed files with 993 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"