Vasm cli wrapper will now export a symbol table

This commit is contained in:
2023-01-07 02:09:27 -06:00
parent 3e6a33899a
commit 11f0760b01
5 changed files with 58 additions and 15 deletions
+2 -1
View File
@@ -8,4 +8,5 @@ edition = "2021"
[dependencies]
vasm_core = { path = "../vasm_core" }
clap = { version = "3.1.18", features = ["derive"] }
regex = "1.7.0"
regex = "1.7.0"
serde_json = "1.0.91"