mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-02-11 14:15:58 +08:00
10 lines
206 B
TOML
10 lines
206 B
TOML
[package]
|
|
name = "mini_git"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sha1 = "0.10.6"
|
|
hex = "0.4.3" |