mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 19:38:01 +00:00
5d742d150d
Signed-off-by: xermicus <cyrill@parity.io>
15 lines
424 B
TOML
15 lines
424 B
TOML
[package]
|
|
name = "pallet-contracts-pvm-llapi"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
repository.authors = true
|
|
descritption = "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"] } |