summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-10-12 00:08:55 -0700
committeriximeow <me@iximeow.net>2020-10-12 00:08:55 -0700
commitac1ec743b2f8163e6b6bdc4c02362069e636ea38 (patch)
treeacf55f8531e168298f38fc3f0dbca1416e12ecea /Cargo.toml
parent15423d14e596c5489b5ac4513a30e7c265a635b6 (diff)
add documentation and bump to 0.1!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
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 <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"