[package] name = "git_mob" version = "0.3.3" authors = ["Martin Frost "] edition = "2018" description = "A CLI tool for social coding." license = "MIT" homepage = "https://github.com/Frost/git-mob" repository = "https://github.com/Frost/git-mob" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dirs = "2.0" git2 = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" structopt = "0.3"