diff options
Diffstat (limited to 'tool/Cargo.toml')
-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" |