From 9c969e0145ac07cc08a9a98e4f5427c35113b4c3 Mon Sep 17 00:00:00 2001 From: Sakuhl <2012collector@gmail.com> Date: Fri, 2 Mar 2018 14:28:57 +0100 Subject: [PATCH] Add repository field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c9696c7..944dc9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ name = "wynncraft" version = "0.1.0" license = "GPL-3.0" description = "Wynncraft API wrapper" +repository = "https://gitlab.com/Sakuhl/wynncraft" [dependencies] failure = "0.1.1"