15 lines
252 B
TOML
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"
|