[package]
name = "mal-cli"
version = "0.1.4"
edition = "2021"
description = "A CLI tool for MyAnimeList, written in rust."
license = "MIT OR Apache-2.0"
keywords = ["MAL", "Anime", "MyAnimeList"]
categories = ["command-line-utilities"]
repository = "https://github.com/rkaahean/mal-cli"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
reqwest = "0.11"
open = "2.0"
tiny_http = "0.11"
serde_json = "1.0"
inquire = "0.6.2"
dotenv = "0.15.0"
chrono = "0.4"