Files
pezkuwi-subxt/substrate/primitives/offchain/Cargo.toml
T
Shawn Tabrizi 7d5202341b Basic TOML Lint (#11348)
* basic lint

* lint ordering
2022-05-04 13:38:54 +00:00

23 lines
713 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 = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
[features]
default = ["std"]
std = ["sp-api/std", "sp-core/std", "sp-runtime/std"]