feat(api): Add TMDB API calls
This commit is contained in:
parent
cb687fa808
commit
0ecd7378ce
5 changed files with 1855 additions and 71 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue