mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 01:07:57 +00:00
4c2ba5b71f
* Fix sp-session typo * Remove erroneous whitespaces * Don't mess with the file, editor
15 lines
408 B
TOML
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" ]
|