naver_dl 0.2.0

Command line tool to download images from naver posts
[package]
name = "naver_dl"
description = "Command line tool to download images from naver posts"
version = "0.2.0"
authors = ["Karl Brightman <git@karlbrig.ht>"]
edition = "2018"
license = "MIT"

[dependencies]
naver = "0.1.2"
clap = "2.3.3"
url = "2.2.2"
thiserror = "1.0.25"
downloader = {version = "0.2.6", features = ["tui","verify"]}
image = {version = "0.23.14", features = ["gif","jpeg","png","webp"]}
naver_dl_metadata = "0.1.0"