mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 02:07:55 +00:00
d238d8f39e
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
15 lines
374 B
TOML
15 lines
374 B
TOML
[package]
|
|
name = "revive-ir"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
evmil = { workspace = true }
|
|
petgraph = { workspace = true }
|
|
primitive-types = { workspace = true }
|
|
indexmap = { workspace = true }
|
|
|
|
revive-compilation-target = { path = "../compilation-target" }
|