mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-14 14:31:05 +00:00
a5fbd545c5
Signed-off-by: xermicus <bigcyrill@hotmail.com>
15 lines
330 B
TOML
15 lines
330 B
TOML
[package]
|
|
name = "revive-rul"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
description = "revive compiler rust backend"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
pallet-revive-uapi = { workspace = true }
|
|
polkavm-linker = { workspace = true }
|
|
|