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 a53e1bd..02738ec 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } jellybase = { path = "../base" } +jellyclient = { path = "../client" } jellymatroska = { path = "../matroska" } jellyremuxer = { path = "../remuxer" } @@ -15,6 +16,7 @@ anyhow = "1.0.75" clap = { version = "4.4.6", features = ["derive"] } reqwest = { version = "0.11.20", features = ["blocking", "json"] } indicatif = "0.17.7" +tokio = { workspace = true } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" |