feat(api): Add TMDB API calls

This commit is contained in:
Andreas Mieke 2023-11-06 02:51:06 +01:00
parent cb687fa808
commit 0ecd7378ce
5 changed files with 1855 additions and 71 deletions

View file

@ -10,7 +10,10 @@ clap = { version = "4.4.7", features = ["derive"] }
infer = "0.15.0"
inquire = "0.6.2"
log = "0.4.20"
reqwest = { version = "0.11.22", features = ["json", "blocking"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
stderrlog = "0.5.4"
tmdb_client = "1.6.0"
urlencoding = "2.1.3"
walkdir = "2.4.0"