mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-24 14:47:59 +00:00
3e7579580b
- Update the used workspace dependencies. - Remove the unused workspace dependencies. - Add the machete CI workflow.
18 lines
421 B
TOML
18 lines
421 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"
|
|
|
|
[dependencies]
|
|
tempfile = { workspace = true }
|
|
polkavm-linker = { workspace = true }
|
|
libc = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
|
|
revive-builtins = { workspace = true }
|
|
lld-sys = { workspace = true }
|