rgit/Cargo.toml

11 lines
240 B
TOML
Raw Normal View History

2020-09-25 18:51:39 +02:00
[package]
name = "rgit"
version = "0.1.0"
authors = ["Gonçalo Valério <gon@ovalerio.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-09-27 01:25:10 +02:00
clap = "2.33.3"