[package] name = "git-profile" description = "Easy user profiles for git" version = "0.1.0" authors = ["David Futcher "] edition = "2018" license-file = "LICENSE" repository = "https://github.com/bobbo/git-profile" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2" dirs = "2" ramhorns = "0.5" serde = "1.0" serde_derive = "1.0" toml = "0.5"