[package] name = "repoutil" version = "0.17.1" authors = ["Chris Davison "] edition = "2018" license = "GPL-3.0-only" repository = "https://github.com/chrisdavison/repoutil" description = "Wrapper around my common git commands" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] shellexpand = "1.0" anyhow = "1.0" structopt = "0.3"