Files
pezkuwi-subxt/substrate/primitives/offchain/Cargo.toml
T
alvicsam f441a5fc93 Diener workspacify
Signed-off-by: alvicsam <alvicsam@gmail.com>
2023-08-25 11:05:17 +02:00

23 lines
653 B
TOML

[package]
description = "Substrate offchain workers primitives"
name = "sp-offchain"
version = "4.0.0-dev"
license = "Apache-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
readme = "README.md"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-api = { path = "../api", default-features = false}
sp-core = { path = "../core", default-features = false}
sp-runtime = { path = "../runtime", default-features = false}
[features]
default = [ "std" ]
std = [ "sp-api/std", "sp-core/std", "sp-runtime/std" ]