Index parsing and gitignore files
This commit is contained in:
+5
-3
@@ -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"
|
||||
Reference in New Issue
Block a user