summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ec8123b0a..2210d2bd8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1175,6 +1175,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
+name = "lev_distance"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4d234d89ecf5621c935b69a4c7266c9a634a95e465081682be47358617ce825b"
+
+[[package]]
name = "libc"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2153,6 +2159,15 @@ dependencies = [
]
[[package]]
+name = "suggestion"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "015336207b7660be204f5012fcdb84b3ff35442b26cea77ebe6103929a56e54b"
+dependencies = [
+ "lev_distance",
+]
+
+[[package]]
name = "syn"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2868,6 +2883,7 @@ dependencies = [
"names",
"rand 0.8.4",
"ssh2",
+ "suggestion",
"zellij-client",
"zellij-server",
"zellij-utils",