[package] name = "makectl" version = "0.1.1" authors = ["Bruno Rocha "] edition = "2018" description = "Manage and generate yout makefile targets" documentation = "https://docs.rs/makectl" homepage = "https://github.com/rochacbruno/makectl" repository = "https://github.com/rochacbruno/makectl" readme = "README.md" keywords = ['make', 'gnu-make', 'generators', 'templates'] categories = ['filesystem', 'development-tools'] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.2" log = "0.4" serde = "1.0" serde_derive = "1.0" serde_json = "1.0"