summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-09-17 21:08:55 +0200
committerCanop <cano.petrole@gmail.com>2021-09-17 21:08:55 +0200
commit21671ef69a92e562ccbf5a2521243663819e065c (patch)
treed17e75bd47cd818518525b2bca7188f661655abe /Cargo.toml
parentb45bb00dbb4b1df306faa32cd5d943bdd75f0610 (diff)
fix special-path/Enter for sym links
Fix #448
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66b3098..c83d0c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -105,6 +105,6 @@ harness = false
# minimad = { path = "../minimad" }
# secular = { path = "../secular", features=["normalization"] }
# strict = { path = "../strict" }
-# termimad = { path = "../termimad" }
+# termimad = { path = "../termimad" }
# terminal-clipboard = { path = "../terminal-clipboard" }
# umask = { path = "../umask" }