diff options
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 |