Cargo.toml 843 Bytes
Newer Older
version = "0.1.0"
authors = ["Robin Freyler <robin@parity.io>", "Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
readme = "README.md"
Robin Freyler's avatar
Robin Freyler committed
repository = "https://github.com/Robbepop/pdsl"
documentation = "https://github.com/robbepop/pdsl/wiki"
homepage = "https://www.parity.io/"
description = "[pDSL: Parity eDSL] Rust based eDSL for writing smart contracts for Substrate"
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
categories = ["no-std", "embedded"]
include = ["/Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"]

[dependencies]
parity-codec = { version = "3.2", default-features = false, features = ["derive", "full"] }
ink_core = { version = "0.1.0", path = "../core" }
test-env = ["std", "ink_core/test-env"]
std = ["ink_core/std"]