diff --git a/Cargo.toml b/Cargo.toml index 11e9681..c9696c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ authors = ["FliegendeWurst <2012gdwu@web.de>", "Sakuhl <2012collector@gmail.com>"] name = "wynncraft" version = "0.1.0" +license = "GPL-3.0" +description = "Wynncraft API wrapper" [dependencies] failure = "0.1.1" @@ -11,4 +13,4 @@ serde_derive = "1.0.27" serde_json = "1.0.9" [dev-dependencies] -chrono = "0.4.0" \ No newline at end of file +chrono = "0.4.0"