diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -341,6 +341,7 @@ dependencies = [ "yaxpeax-msp430", "yaxpeax-pic17", "yaxpeax-pic18", + "yaxpeax-superh", "yaxpeax-x86", ] @@ -407,6 +408,15 @@ dependencies = [ ] [[package]] +name = "yaxpeax-superh" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02789f779dd874674062a7407a1faadcb4dbbb70b313b465a2bdbb562bb4d1f7" +dependencies = [ + "yaxpeax-arch", +] + +[[package]] name = "yaxpeax-x86" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" |