aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 16:25:26 -0800
committeriximeow <me@iximeow.net>2020-01-12 16:26:57 -0800
commit22d68c878f573d6a4e1c7b07b6c9e2fdb293ee49 (patch)
treedef6857052c0c73a5eb66a8a33f8dfa7a3838de6 /Cargo.toml
parent4de2820822547b0868b2af0de51dc4d2372c1568 (diff)
update readme, license, Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3436931..9e089d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,13 +4,13 @@ name = "yaxpeax-arch"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
-repository = "yaxpeax-arch"
+repository = "https://git.iximeow.net/yaxpeax-arch/"
description = "fundamental traits to describe an architecture in the yaxpeax project"
[dependencies]
"num-traits" = "0.2"
"termion" = "1.4.0"
-"serde" = "*"
+"serde" = "1.0"
[profile.release]
lto = true