mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-06 05:47:57 +00:00
6834751522
Signed-off-by: xermicus <cyrill@parity.io>
21 lines
483 B
TOML
21 lines
483 B
TOML
[package]
|
|
name = "revive-linker"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[features]
|
|
riscv-64 = []
|
|
|
|
[dependencies]
|
|
inkwell = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
polkavm-linker = { workspace = true }
|
|
polkavm-common = { workspace = true }
|
|
libc = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
|
|
revive-builtins = { path = "../builtins" }
|
|
lld-sys = { path = "../lld-sys" }
|