Files
pezkuwi-subxt/substrate/core/sr-std/Cargo.toml
T
Gav Wood a7f8f0f1bd Remove redundant code and merge rest into rt-std (#735)
* Remove redundant code and merge rest into rt-std

* Update lib.rs
2018-09-13 14:54:24 +02:00

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 = []