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