mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
16 lines
240 B
TOML
16 lines
240 B
TOML
[package]
|
|
name = "sr-std"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
edition = "2018"
|
|
|
|
[build-dependencies]
|
|
rustc_version = "0.2"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
nightly = []
|
|
strict = []
|