aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-13 19:56:10 -0800
committeriximeow <me@iximeow.net>2020-01-13 19:56:10 -0800
commite6e4ea055788811525b79b21c567066df5816dbb (patch)
treeaa2fcfa0dca7407db170bc6376ff55eb44eaad2a
parent22d68c878f573d6a4e1c7b07b6c9e2fdb293ee49 (diff)
sort Cargo.toml entries, add keywords, edition=2018
-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"