16 lines
293 B
TOML
16 lines
293 B
TOML
[package]
|
|
name = "rgit"
|
|
version = "0.1.0"
|
|
description = "Git implementation in Rust"
|
|
edition = "2024"
|
|
|
|
[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" |