Files
pezkuwi-subxt/substrate/primitives/session/Cargo.toml
T
Andrew Jones 4c2ba5b71f Fix sp-session typo (#4273)
* Fix sp-session typo

* Remove erroneous whitespaces

* Don't mess with the file, editor
2019-12-02 20:24:25 +01:00

15 lines
408 B
TOML

[package]
name = "sp-session"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
sp-api = { path = "../sr-api", default-features = false }
rstd = { package = "sp-std", path = "../sr-std", default-features = false }
sp-runtime = { path = "../sr-primitives", optional = true }
[features]
default = [ "std" ]
std = [ "sp-api/std", "rstd/std", "sp-runtime" ]