diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-04 19:28:06 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-04 19:28:06 +0000 |
commit | 4585d5456c8ad088b96ca51039b4e8274f7ccf38 (patch) | |
tree | d27a93cd52f91136891c3cd6fcc3d98e047c11a8 /Cargo.toml | |
parent | Some linting fixes (diff) | |
download | miniserve-4585d5456c8ad088b96ca51039b4e8274f7ccf38.tar.gz miniserve-4585d5456c8ad088b96ca51039b4e8274f7ccf38.zip |
Implemented sorting
Diffstat (limited to 'Cargo.toml')
-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 |