diff options
author | iximeow <me@iximeow.net> | 2020-10-12 00:08:55 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-10-12 00:08:55 -0700 |
commit | ac1ec743b2f8163e6b6bdc4c02362069e636ea38 (patch) | |
tree | acf55f8531e168298f38fc3f0dbca1416e12ecea /Cargo.toml | |
parent | 15423d14e596c5489b5ac4513a30e7c265a635b6 (diff) |
add documentation and bump to 0.1!
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" |