Init commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user