ttv-v5 0.1.1

Placeholder for the v5 (Kraken) module of `ttv-rs`. Might wrap twitch_api, but it's not building currently.
Documentation
[package]
name        = "ttv-v5"
version     = "0.1.1"
authors     = ["Waridley <Waridley64@gmail.com>"]
edition     = "2018"
license     = "MIT OR Apache-2.0"
repository  = "https://gitlab.com/Waridley/ttv-rs"
description = "Placeholder for the v5 (Kraken) module of `ttv-rs`. Might wrap twitch_api, but it's not building currently."
keywords    = ["twitch"]

[features]
default = []
all = []

[dependencies]
#libtwitch-rs is currently licensed under LGPL,
#so I can't re-export it under MIT/Apache