summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKen Matsui <26405363+ken-matsui@users.noreply.github.com>2021-11-08 09:12:31 +0900
committerKen Matsui <26405363+ken-matsui@users.noreply.github.com>2021-11-11 13:14:59 +0900
commit00b47b3058b6adc6f4e17651ea6b73f81435b8b6 (patch)
treedcdb215a04077d925107a4c6bd83b3f6039457d7 /Cargo.toml
parentc9f92409696f6e43df4984a70ef57c7a0d17f158 (diff)
feat(sessions): Suggestion for a similar session name
Remove unnecessary to_string Replace `garando_syntax` crate with `lev_distance` which is much smaller Replace `lev_distance` crate with `suggestion` to simplify the code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c964af417..0830ddd7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ zellij-server = { path = "zellij-server/", version = "0.20.0" }
zellij-utils = { path = "zellij-utils/", version = "0.20.0" }
log = "0.4.14"
dialoguer = "0.9.0"
+suggestion = "0.1.0"
[dev-dependencies]
insta = { version = "1.6.0", features = ["backtrace"] }