diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-12-16 01:39:48 +0100 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-12-16 01:39:48 +0100 | 
| commit | 29a10b6fede6828e3da49272aefa5c8fe2c08078 (patch) | |
| tree | 97f9596011cf09cbf0a8935e293db2cf7a8a30ce /tool/Cargo.toml | |
| parent | af99c406af8ee47bee38708cf23e86af826e41ba (diff) | |
| download | jellything-29a10b6fede6828e3da49272aefa5c8fe2c08078.tar jellything-29a10b6fede6828e3da49272aefa5c8fe2c08078.tar.bz2 jellything-29a10b6fede6828e3da49272aefa5c8fe2c08078.tar.zst | |
tool: reimport client
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" | 
