[package] name = "dotsync" version = "0.0.1" authors = ["Pavan Kumar Sunkara "] edition = "2018" description = "Command line utility for syncing dotfiles" categories = ["command-line-utilities", "development-tools"] repository = "https://github.com/termapps/dotsync" readme = "README.md" license = "MIT" include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "*.md"] [badges] maintenance = { status = "actively-developed" } [dependencies] structopt = "0.3.7" [[bin]] name = "dotsync" path = "src/main.rs" [profile.release] lto = "thin"