Files
revive/crates/pallet-contracts-pvm-llapi/Cargo.toml
T
xermicus 6834751522 support riscv64 target
Signed-off-by: xermicus <cyrill@parity.io>
2024-07-09 17:57:58 +02:00

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"] }