diff options
author | iximeow <me@iximeow.net> | 2020-01-12 16:25:26 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 16:26:57 -0800 |
commit | 22d68c878f573d6a4e1c7b07b6c9e2fdb293ee49 (patch) | |
tree | def6857052c0c73a5eb66a8a33f8dfa7a3838de6 /Cargo.toml | |
parent | 4de2820822547b0868b2af0de51dc4d2372c1568 (diff) |
update readme, license, Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |