[package] name = "creative_zone_builder" version = "1.1.2" authors = ["hardliner66 "] edition = "2018" readme = "README.md" description = "A small to to generate a datapack, which creates a creative zone in minecraft." license-file = "LICENSE" categories = ["games", "command-line-utilities"] [badges] maintenance = {status = "as-is"} # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust-embed = "5.1.0" zip = "0.5.2" clap = "2.33.0"