ttv-auth 0.1.0

A wrapper around `twitch_oauth2` for publishing as part of `ttv-rs`
Documentation
[package]
name        = "ttv-auth"
version     = "0.1.0"
authors     = ["Waridley <Waridley64@gmail.com>"]
edition     = "2018"
license     = "MIT OR Apache-2.0"
repository  = "https://gitlab.com/Waridley/ttv-rs"
description = "A wrapper around `twitch_oauth2` for publishing as part of `ttv-rs`"
keywords    = ["twitch"]

[dependencies]
twitch_oauth2 = "0.5.0-alpha.1"