aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-13 20:27:33 -0800
committeriximeow <me@iximeow.net>2020-01-13 20:27:33 -0800
commitf0869a1e2fbbdc50f6b020f088da020463e177da (patch)
treec98102e8b318b6b86dcdaf536f032db94c83aedc
parent46df5f1d4dd5d5b493a463020a73ed2cfbd0feaf (diff)
forgot one line in sorting, oof
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb91bc1..efe935c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,12 +2,12 @@
authors = [ "iximeow <me@iximeow.net>" ]
description = "fundamental traits to describe an architecture in the yaxpeax project"
+edition = "2018"
keywords = ["disassembly", "disassembler"]
license = "0BSD"
name = "yaxpeax-arch"
repository = "https://git.iximeow.net/yaxpeax-arch/"
version = "0.0.1"
-edition = "2018"
[dependencies]
"num-traits" = "0.2"