rspotify_hyper 0.2.0

Rspotify login using hyper.rs http server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rspotify_hyper"
version = "0.2.0"
edition = "2018"
authors = ["Andrzej Ressel <jereksel@gmail.com>"]
description = "Rspotify login using hyper.rs http server"
license = "MIT"

[dependencies]
rspotify = "0.4.0"
hyper = "0.12.29"
futures = "0.1.27"
webbrowser = "0.5.1"