mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-07-07 20:17:28 +00:00
6834751522
Signed-off-by: xermicus <cyrill@parity.io>
11 lines
245 B
TOML
11 lines
245 B
TOML
[package]
|
|
name = "pallet-contracts-pvm-llapi"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
riscv-64 = []
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-0"] } |