[package] name = "cargo-contracts" version = "0.0.2" edition = "2021" description = "DO NOT INSTALL" authors = ["inkscope"] license = "MIT" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [[bin]] name = "cargo-contracts" path = "src/main.rs"