diff options
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r-- | tool/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml index c9d46f1..a53e1bd 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } +jellybase = { path = "../base" } jellymatroska = { path = "../matroska" } jellyremuxer = { path = "../remuxer" } @@ -13,6 +14,7 @@ env_logger = "0.10.0" anyhow = "1.0.75" clap = { version = "4.4.6", features = ["derive"] } reqwest = { version = "0.11.20", features = ["blocking", "json"] } +indicatif = "0.17.7" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" |