From e6e4ea055788811525b79b21c567066df5816dbb Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 13 Jan 2020 19:56:10 -0800 Subject: sort Cargo.toml entries, add keywords, edition=2018 --- Cargo.toml | 8 +++++--- 1 file 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 " ] +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" -- cgit v1.1