Files
pezkuwi-subxt/substrate/native-runtime/Cargo.toml
T
2018-02-05 17:05:27 +01:00

16 lines
288 B
TOML

[package]
name = "native-runtime"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[features]
default = ["with-std"]
with-std = []
without-std = []
[dependencies]
runtime-std = { path = "./std", version = "0.1" }
rustc-hex = "1.0"
hex-literal = "0.1.0"
log = "0.3"