Cargo.toml 827 Bytes
Newer Older
Hero Bird's avatar
Hero Bird committed
[package]
name = "pdsl_core"
version = "0.1.0"
Hero Bird's avatar
Hero Bird committed
authors = ["Robin Freyler <robin@parity.io>", "Parity Technologies <admin@parity.io>"]
Hero Bird's avatar
Hero Bird committed
edition = "2018"

Hero Bird's avatar
Hero Bird committed
readme = "README.md"

# repository = "https://github.com/robbepop/substrate-contract"
# homepage = "https://github.com/robbepop/substrate-contract"
# documentation = "https://robbepop.github.io/pwasm-abi/substrate-contract/"

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"]
Hero Bird's avatar
Hero Bird committed

[dependencies]
parity-codec = { version = "2.0" }
parity-codec-derive = { version = "2.0" }
tiny-keccak = "1.4"
Hero Bird's avatar
Hero Bird committed

[features]
default = []
test-env = []