mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 00:47:55 +00:00
04fcc71809
* primitives/sr-primitives -> primitives/runtime * update
19 lines
403 B
TOML
19 lines
403 B
TOML
[package]
|
|
description = "Substrate offchain workers primitives"
|
|
name = "sp-offchain"
|
|
version = "2.0.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sp-api = { path = "../sr-api", default-features = false }
|
|
sp-runtime = { path = "../runtime", default-features = false }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = [
|
|
"sp-api/std",
|
|
"sp-runtime/std"
|
|
]
|