summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-01-22 22:06:19 +0100
committerrabite <rabite@posteo.de>2019-01-22 22:06:19 +0100
commita1900941ce9a6277f9f0cecd685f8f1c1c6bb705 (patch)
treeb4406da2b2e33c2a40716f632b1e48435614ea82 /Cargo.toml
parentab9baf17f110622391d143122195e2b82acc7d10 (diff)
added natural sorting of file names
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 40d72ff..218ebd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,5 @@ edition = "2018"
termion = "*"
unicode-width = "0.1.5"
lazy_static = "*"
-x11-clipboard = "*" \ No newline at end of file
+x11-clipboard = "*"
+alphanumeric-sort = "1.0.6" \ No newline at end of file