nf-rated 0.1.0

Query Netflix movies sorted by their IMDB rating.
Documentation
[dependencies.app_dirs]
version = "1.2.1"

[dependencies.clap]
version = "2.33.3"

[dependencies.crossterm]
version = "0.17.7"

[dependencies.csv]
version = "1.1.3"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10.8"

[dependencies.rusqlite]
version = "0.24.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.116"

[dependencies.serde_json]
version = "1.0.57"

[dependencies.tui]
features = ["crossterm"]
version = "0.10.0"

[features]
log = []

[package]
authors = ["Thorsten Lorenz <thlorenz@gmx.de>"]
description = "Query Netflix movies sorted by their IMDB rating."
edition = "2018"
include = ["src/**/*", "Cargo.toml", "resources/data/netflix_titles.csv"]
license = "MIT"
name = "nf-rated"
readme = "README.md"
repository = "https://github.com/thlorenz/nf-rated"
version = "0.1.0"