mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-23 01:28:01 +00:00
ed608699af
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
18 lines
484 B
TOML
18 lines
484 B
TOML
[package]
|
|
name = "revive-runtime-api"
|
|
version = "0.2.0"
|
|
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-1"] }
|
|
|
|
revive-common = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
revive-build-utils = { workspace = true }
|