diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,12 +1,13 @@ [package] name = "yaxpeax-ia64" -version = "0.0.1" +version = "0.1.0" authors = ["iximeow <me@iximeow.net>"] edition = "2018" license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-ia64/" description = "ia64 decoder for the yaxpeax project" +readme = "README.md" [dependencies] yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } -bitvec = "*" +bitvec = "0.19" |