mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
a7f8f0f1bd
* Remove redundant code and merge rest into rt-std * Update lib.rs
15 lines
223 B
TOML
15 lines
223 B
TOML
[package]
|
|
name = "sr-std"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
rustc_version = "0.2"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
nightly = []
|
|
strict = []
|