diff options
author | iximeow <me@iximeow.net> | 2020-10-04 01:25:45 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-10-04 01:25:45 -0700 |
commit | 08527f0716a8ebe53273cd03eb559eaf031a2793 (patch) | |
tree | 970d8400dec5b5a7960bee256d243422afa48957 /Cargo.toml | |
parent | 624a153311e727f3a63a16045c6ba3d99de7d7e0 (diff) |
wip towards a v1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,3 +9,4 @@ description = "ia64 decoder for the yaxpeax project" [dependencies] yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } +bitvec = "*" |