[package] name = "rgit" version = "0.1.0" authors = ["Gonçalo Valério "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" sha-1 = "0.9.1" walkdir = "2" tempfile = "3.1.0" lazy_static = "1.4.0" serde = {version = "1.0.118", features = ["derive"]} serde_json = "1.0.60"