🏡 index : ~doyle/sonos.rs.git

author Jordan Doyle <jordan@doyle.wf> 2017-12-10 0:11:49.0 +00:00:00
committer Jordan Doyle <jordan@doyle.wf> 2017-12-10 0:11:49.0 +00:00:00
commit
db71567aa41af11b134d1080abafe75b78bef4e7 [patch]
tree
776bcb66054de38ff9006dd12849dc86045d0bc2
parent
99d6ca87b9df58e203bcbf8279a145054d486c90
download
db71567aa41af11b134d1080abafe75b78bef4e7.tar.gz

Don't use wildcard imports



Diff

 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 159066e..e9a179e 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -8,7 +8,7 @@
keywords = ["sonos", "controller", "music"]

[dependencies]
clippy = {version = "*", optional = true}
clippy = {version = "0.0", optional = true}
reqwest = "0.8"
log = "0.3"
ssdp = "0.6"