mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
12 lines
257 B
TOML
12 lines
257 B
TOML
[package]
|
|
name = "runtime-std"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
pwasm-libc = { path = "../pwasm-libc", version = "0.1" }
|
|
pwasm-alloc = { path = "../pwasm-alloc", version = "0.1" }
|
|
|
|
[features]
|
|
strict = []
|