diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:24:14 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-30 11:24:14 +0200 |
commit | d6a039a10ac3c81d410beb9b648d29524ca1e278 (patch) | |
tree | fa521277e3ea94f796e21071f4d2b372c5b9830c /tool | |
parent | a2ef3f6ec4c830611fde1a2e935588ccbbc61c03 (diff) | |
download | jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar.bz2 jellything-d6a039a10ac3c81d410beb9b648d29524ca1e278.tar.zst |
smaller fixes and remove useless deps
Diffstat (limited to 'tool')
-rw-r--r-- | tool/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 1383ee6..888381f 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -5,9 +5,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } -jellybase = { path = "../base" } jellyimport = { path = "../import" } -jellyclient = { path = "../client" } log = { workspace = true } env_logger = "0.11.6" |