[package] name = "reel" version = "0.0.0" authors = ["lou parslow "] edition = "2018" description = "a package to assist with examining git commits" homepage = "https://gitlab.com/crates-rs/reel" repository = "https://gitlab.com/crates-rs/reel" documentation = "https://docs.rs/reel" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["command"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] error-chain = "0.12" url = "2.1" git2 = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" regex = "1.3" chrono ="0.4" directories = "3.0" reef="0.0.14" walkdir = "2.3"