-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (20 loc) · 739 Bytes
/
Cargo.toml
File metadata and controls
22 lines (20 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "vizer-cli"
version = "1.0.0"
description = "A cli tool to watch movies, series and animes in Portuguese"
repository = "https://github.com/anotherlusitano/vizer-cli"
edition = "2021"
readme = "./CRATE_README.md"
authors = ["João Ribeiro"]
license = "GPL-3.0"
keywords = ["cli", "movies", "series", "anime", "portuguese"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
scraper = "0.17.1"
reqwest = { version = "0.11", features = ["blocking"] }
clap = "4.4.4"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
futures = "0.3.30"
selthi = { version = "0.2.7", features = ["with_images"] }
fantoccini = "0.21.0"
serde_json = "1.0.120"