Cargo.toml 744 B
Newer Older
[package]
name = "polkadot-core-primitives"
version = "0.7.30"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
asynchronous rob's avatar
asynchronous rob committed
sp-core = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info", default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info", default-features = false }
parity-scale-codec = { version = "1.3.5", default-features = false, features = [ "derive" ] }

[features]
default = [ "std" ]
std = [
	"sp-core/std",
	"sp-runtime/std",
	"sp-std/std",
	"parity-scale-codec/std",