ytitler 0.0.2

Helps to fetch YouTube videos info and save the result to playlist(s). Experimental!
[package]
name = "ytitler"
version = "0.0.2"
authors = ["n1", "PlayLucky"]
edition = "2018"
description = "Helps to fetch YouTube videos info and save the result to playlist(s). Experimental!"
license = "MIT"

[dependencies]
threadpool = "1.7"
reqwest = "0.9"
regex = "1.1"
chrono = "0.4"
clap = "2.32"

[dependencies.log]
version = "0.4.6"
features = ["std"]