From 22d68c878f573d6a4e1c7b07b6c9e2fdb293ee49 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 12 Jan 2020 16:25:26 -0800 Subject: update readme, license, Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 " ] 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 -- cgit v1.1