summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-10-04 01:25:45 -0700
committeriximeow <me@iximeow.net>2020-10-04 01:25:45 -0700
commit08527f0716a8ebe53273cd03eb559eaf031a2793 (patch)
tree970d8400dec5b5a7960bee256d243422afa48957 /Cargo.lock
parent624a153311e727f3a63a16045c6ba3d99de7d7e0 (diff)
wip towards a v1
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock37
1 files changed, 37 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7983b37..b9f031d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -7,6 +7,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
+name = "bitvec"
+version = "0.19.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8775e5606af6e145d17376be6d95f98245d393a143b41b7feba50d6b3d8367cd"
+dependencies = [
+ "funty",
+ "radium",
+ "tap",
+ "wyz",
+]
+
+[[package]]
+name = "funty"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8"
+
+[[package]]
name = "num-traits"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -16,6 +34,24 @@ dependencies = [
]
[[package]]
+name = "radium"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5a333b5f6adeff5a89f2e95dc2ea1ecb5319abbb56212afea6a37f87435338a5"
+
+[[package]]
+name = "tap"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
+
+[[package]]
+name = "wyz"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
+
+[[package]]
name = "yaxpeax-arch"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -28,5 +64,6 @@ dependencies = [
name = "yaxpeax-ia64"
version = "0.0.1"
dependencies = [
+ "bitvec",
"yaxpeax-arch",
]