Files
pezkuwi-sdk/bizinikiwi/pezframe/honzon/oracle/runtime-api/Cargo.toml
T
pezkuwichain 479010094e fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members
- Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml
- Fix Rust import ordering with cargo fmt
- Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
2026-01-04 17:22:12 +03:00

27 lines
713 B
TOML

[package]
name = "pezpallet-oracle-runtime-api"
version = "1.0.0"
authors = [
"Acala Developers",
"Kurdistan Tech Institute <info@pezkuwichain.io>",
"Parity Technologies <admin@parity.io>",
]
edition.workspace = true
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "Runtime API for the oracle pezpallet."
documentation.workspace = true
[dependencies]
codec = { workspace = true, features = ["derive"] }
pezsp-api = { workspace = true }
pezsp-std = { workspace = true }
scale-info = { workspace = true }
[features]
default = [ "std" ]
std = [ "codec/std", "pezsp-api/std", "pezsp-std/std", "scale-info/std" ]
runtime-benchmarks = [ "pezsp-api/runtime-benchmarks" ]