diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-02-05 18:07:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 18:07:34 +0000 |
commit | 793983eb773387cd514ac4022839a47cabe0387e (patch) | |
tree | 159334ba59bc52db1461925789926b20eb6be03a /Cargo.toml | |
parent | Some linting fixes (diff) | |
parent | Fixed missing slash in CSS causing new line (diff) | |
download | miniserve-793983eb773387cd514ac4022839a47cabe0387e.tar.gz miniserve-793983eb773387cd514ac4022839a47cabe0387e.zip |
Merge pull request #30 from boastful-squirrel/sorting
Implemented sorting
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,4 +27,5 @@ base64 = "0.10" percent-encoding = "1.0.1" htmlescape = "0.3.1" bytesize = "1.0.0" -nanoid = "0.2.0"
\ No newline at end of file +nanoid = "0.2.0" +alphanumeric-sort = "1.0.6"
\ No newline at end of file |