From ac1ec743b2f8163e6b6bdc4c02362069e636ea38 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 12 Oct 2020 00:08:55 -0700 Subject: add documentation and bump to 0.1! --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c9ec03e..8431e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "yaxpeax-ia64" -version = "0.0.1" +version = "0.1.0" authors = ["iximeow "] 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" -- cgit v1.1