aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 89b12e1..9d68d4d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"