[package] name = "protobe" version = "0.1.3" authors = ["whoastonic "] readme = "README.md" repository = "https://github.com/whoastonic/protobe" description = "An easier way to generate multiple projects with protoc-rust" license = "MIT" edition = "2018" include = [ "src/*", "Cargo.toml", "Cargo.lock", "src/**/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "protobe" path = "src/protobe.rs" [dependencies] toml = "0.5.6" structopt = "0.3.14" protoc-rust = "2.14.0" serde = { version = "1.0", features = ["derive"] }