aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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