mirror of
https://github.com/SinTan1729/movie-rename.git
synced 2024-12-27 04:38:35 -06:00
12 lines
266 B
TOML
12 lines
266 B
TOML
|
[package]
|
||
|
name = "movie_rename"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
torrent-name-parser = "0.11.0"
|
||
|
tmdb = "3.0.0"
|
||
|
youchoose = "0.1.1"
|
||
|
load_file = "1.0.1"
|