diff options
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r-- | tool/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml index 9f72df5..079cc1f 100644 --- a/tool/Cargo.toml +++ b/tool/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } jellybase = { path = "../base" } +jellyimport = { path = "../import" } jellyclient = { path = "../client" } log = { workspace = true } @@ -22,3 +23,5 @@ serde_yaml = "0.9.27" bincode = { version = "2.0.0-rc.3", features = ["serde"] } base64 = "0.21.5" rand = "0.8.5" + +dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } |