diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-02 18:47:19 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-02 18:47:19 +0000 |
commit | 5c35d35afb869b1dcb0ba36e1361321cd0fcfaed (patch) | |
tree | 8da6203265ac4855f98e5e5b9403991590317b0b /Cargo.toml | |
parent | Merge pull request #27 from boastful-squirrel/parent-directory (diff) | |
download | miniserve-5c35d35afb869b1dcb0ba36e1361321cd0fcfaed.tar.gz miniserve-5c35d35afb869b1dcb0ba36e1361321cd0fcfaed.zip |
Add option to generate random 6-hexdigit routes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,3 +27,4 @@ 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 |