mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 11:47:57 +00:00
426ab4b095
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
11 lines
262 B
TOML
11 lines
262 B
TOML
[package]
|
|
name = "revive"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
hex = { workspace = true }
|
|
evmil = { workspace = true }
|
|
ir-tac = { path = "../ir-tac" } |