Refactor disassembler binary into arm7tdmi package
This commit is contained in:
parent
5a5efae4c0
commit
094cbb5f29
|
@ -4,10 +4,9 @@ version = "0.1.0"
|
|||
authors = ["Michel Heily <michelheily@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[workspace]
|
||||
members = [".", "arm7tdmi"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = "*"
|
||||
arm7tdmi = {path = "arm7tdmi"}
|
||||
|
||||
[[bin]]
|
||||
name = "disassembler"
|
||||
path = "src/disassembler.rs"
|
|
@ -5,6 +5,11 @@ authors = ["Michel Heily <michelheily@gmail.com>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "*"
|
||||
enum-primitive-derive = "^0.1"
|
||||
num-traits = "^0.1"
|
||||
bit = "^0.1"
|
||||
bit = "^0.1"
|
||||
|
||||
[[bin]]
|
||||
name = "disass"
|
||||
path = "src/disass.rs"
|
Reference in a new issue