Cargo.toml 673 B
Newer Older
version = "0.1.1"
authors = ["Parity Technologies <[email protected]>"]
build = "build.rs"
edition = "2018"

license = "GPL-3.0"
readme = "README.md"

description = "Setup and deployment tool for developing Wasm based smart contracts via ink!"
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
categories = ["cli", "tool"]

include = ["/Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"]

[dependencies]
zip = { version = "0.5", default-features = false }

[build-dependencies]
zip = { version = "0.5", default-features = false }
walkdir = "1.0"