Files
revive/crates/runtime-api/Cargo.toml
T
2024-11-29 15:56:10 +01:00

15 lines
427 B
TOML

[package]
name = "revive-runtime-api"
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
authors.workspace = true
description = "Implements the low level runtime API bindings with pallet contracts"
[dependencies]
anyhow = { workspace = true }
inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-0"] }
revive-common = { workspace = true }