mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
14 lines
262 B
TOML
14 lines
262 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-support = { path = "./support", version = "0.1" }
|
|
rustc-hex = "1.0"
|