summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-11 18:27:55 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-11 18:27:55 +0100
commitbe692fd6b01ec81425ea892958980b016e3e70a0 (patch)
treec1782847c51226b375c870d23b7b62e5b15ebfd9 /Cargo.toml
parent59ca0babafdc86b5cb945a8da623f0eca40857ae (diff)
parent00b47b3058b6adc6f4e17651ea6b73f81435b8b6 (diff)
Merge branch 'suggestion-for-similar-session-name' of https://github.com/ken-matsui/zellij into ken-matsui-suggestion-for-similar-session-name
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 cb620e3e8..4e6b8e242 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ zellij-server = { path = "zellij-server/", version = "0.21.0" }
zellij-utils = { path = "zellij-utils/", version = "0.21.0" }
log = "0.4.14"
dialoguer = "0.9.0"
+suggestion = "0.1.0"
[dev-dependencies]
insta = { version = "1.6.0", features = ["backtrace"] }