From fa590f36e5df26c8bcd42aabd691e4d762d67a85 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sun, 10 Dec 2017 00:08:13 +0000 Subject: [PATCH] Update Cargo config --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0ee944..5f6d466 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "sonos" version = "0.1.0" authors = ["Jordan Doyle "] license = "MIT" +description = "Sonos controller library for.. controlling Sonos" +repository = "https://github.com/w4/sonos.rs" +keywords = ["sonos", "controller", "music"] +license = "MIT" [dependencies] clippy = {version = "*", optional = true} @@ -12,4 +16,4 @@ xmltree = "0.6" error-chain = "0.11" regex = "0.2" -lazy_static = "0.2"+lazy_static = "0.2" -- rgit 0.1.3