summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent624a153311e727f3a63a16045c6ba3d99de7d7e0 (diff)
wip towards a v1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d64136..c9ec03e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ description = "ia64 decoder for the yaxpeax project"
[dependencies]
yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] }
+bitvec = "*"