Index parsing and gitignore files

This commit is contained in:
Antonin Ruan
2026-03-11 17:49:08 +01:00
parent f600a89f5b
commit 3027a99b5f
13 changed files with 1072 additions and 268 deletions
+5 -3
View File
@@ -4,11 +4,13 @@ version = "0.1.0"
description = "Git implementation in Rust"
edition = "2024"
[toolchain]
channel = "nightly"
[dependencies]
anyhow = "1.0.102"
clap = { version = "4.5.59", features = ["derive"] }
glob = "0.3.3"
hex = "0.4.3"
sha1 = "0.10.6"
zlib-rs = "0.6.1"
[dev-dependencies]
injectorpp = "0.4.0"