rgit/Cargo.toml

17 lines
386 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"
2020-09-29 01:04:28 +02:00
sha-1 = "0.9.1"
2020-11-07 14:25:11 +01:00
walkdir = "2"
2020-11-22 01:17:22 +01:00
tempfile = "3.1.0"
lazy_static = "1.4.0"
serde = {version = "1.0.118", features = ["derive"]}
serde_json = "1.0.60"