mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-23 00:18:01 +00:00
d2f76b645f
Signed-off-by: xermicus <cyrill@parity.io>
15 lines
414 B
TOML
15 lines
414 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"
|
|
|
|
[features]
|
|
riscv-64 = []
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-0"] } |