Use submodules for dependencies without a Cargo release
+[submodule "deps/hyper"]
+ path = deps/hyper
+ url = https://github.com/hyperium/hyper
+[submodule "deps/systray-rs"]
+ path = deps/systray-rs
+ url = https://github.com/mrmekon/systray-rs
description = "Spotify Connect library and systray/menubar application for controlling Spotify devices."
keywords = ["spotify", "connect", "spotify connect", "webapi", "systray", "menubar"]
+categories = ["api-bindings"]
homepage = "https://github.com/mrmekon/connectr"
repository = "https://github.com/mrmekon/connectr"
license = "Apache-2.0"
[target."cfg(windows)".dependencies]
#systray = "0.1.1"
-#systray = {path = "../systray-rs"}
-systray = {git = "https://github.com/mrmekon/systray-rs.git"}
+#systray = {git = "https://github.com/mrmekon/systray-rs.git"}
+systray = {path = "deps/systray-rs", version="0.1.1-connectr"}
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
features = ["exception"]
[dev-dependencies]
-hyper = {git = "https://github.com/hyperium/hyper"}
+#hyper = {git = "https://github.com/hyperium/hyper"}
+hyper = {path = "deps/hyper", version="0.11.0-a.0"}
futures = "0.1.11"
lazy_static = "0.2"
+Subproject commit 33eb8f95a3537cfd02aa4956a69dedd0c840a604
+Subproject commit fc45f8c3617fdc5fdd45da62dfc222a81e3ca5f7