mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 15:07:59 +00:00
f441a5fc93
Signed-off-by: alvicsam <alvicsam@gmail.com>
22 lines
613 B
TOML
22 lines
613 B
TOML
[package]
|
|
name = "node-primitives"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate node low-level primitives."
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
publish = false
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
sp-core = { path = "../../../primitives/core", default-features = false}
|
|
sp-runtime = { path = "../../../primitives/runtime", default-features = false}
|
|
|
|
[features]
|
|
default = [ "std" ]
|
|
std = [ "sp-core/std", "sp-runtime/std" ]
|