add more crates

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2023-12-09 17:48:52 +01:00
parent c04ae9a5c3
commit 7a094f17c0
22 changed files with 191 additions and 34 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
[package]
name = "revive"
name = "revive-cli"
version = "0.1.0"
edition = "2021"
@@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
hex = { workspace = true }
evmil = { workspace = true }
ir-tac = { path = "../ir-tac" }
revive-ir = { path = "../ir" }
+1 -1
View File
@@ -1,5 +1,5 @@
use evmil::bytecode::Disassemble;
use ir_tac::cfg::{BasicBlockFormatOption, Program};
use revive_ir::cfg::{BasicBlockFormatOption, Program};
fn main() {
let hexcode = std::fs::read_to_string(std::env::args().nth(1).unwrap()).unwrap();