diff options
author | iximeow <me@iximeow.net> | 2020-01-13 19:56:10 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-13 19:56:10 -0800 |
commit | e6e4ea055788811525b79b21c567066df5816dbb (patch) | |
tree | aa2fcfa0dca7407db170bc6376ff55eb44eaad2a | |
parent | 22d68c878f573d6a4e1c7b07b6c9e2fdb293ee49 (diff) |
sort Cargo.toml entries, add keywords, edition=2018
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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" |