mopidy 0.0.0

Rust library for Mopidy API
Documentation
[package]
name = "mopidy"
version = "0.0.0"
authors = ["Cameron Fyfe <cameron.j.fyfe@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Rust library for Mopidy API"
homepage = "https://gitlab.com/cameronfyfe/mopidy-rs"
documentation = "https://gitlab.com/cameronfyfe/mopidy-rs"
repository = "https://gitlab.com/cameronfyfe/mopidy-rs"
readme = "README.md"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"] } 
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
reqwest = "0.11"