[package] name = "yaxpeax-arm" version = "0.0.1" authors = [ "iximeow " ] license = "0BSD" repository = "" description = """ A rust arm decoder """ [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } [[test]] name = "test" path = "test/test.rs" [[bench]] name = "bench" path = "test/test.rs"