[package] name = "git-whoknows" version = "0.1.0" authors = ["Jayson Messenger "] description = "Generate a listing of who is most likely to be familiar with a file" readme = "README.md" repository = "https://github.com/Arrowbox/git-whoknows" edition = "2018" license-file = "LICENSE" categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3" git2 = "0.13" shellexpand = "2.0.0" anyhow = "1.0.28" regex = "1.3.6" rayon = "1.3.0"