mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-23 00:18:01 +00:00
5d742d150d
Signed-off-by: xermicus <cyrill@parity.io>
23 lines
516 B
TOML
23 lines
516 B
TOML
[package]
|
|
name = "revive-linker"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
description = "revive compiler linker utils"
|
|
|
|
[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 = { workspace = true }
|
|
lld-sys = { workspace = true }
|