aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e089d2..eb91bc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,13 @@
[package]
-name = "yaxpeax-arch"
-version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
+description = "fundamental traits to describe an architecture in the yaxpeax project"
+keywords = ["disassembly", "disassembler"]
license = "0BSD"
+name = "yaxpeax-arch"
repository = "https://git.iximeow.net/yaxpeax-arch/"
-description = "fundamental traits to describe an architecture in the yaxpeax project"
+version = "0.0.1"
+edition = "2018"
[dependencies]
"num-traits" = "0.2"