aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-02-03 15:54:36 +0000
committerGitHub <noreply@github.com>2019-02-03 15:54:36 +0000
commit4205425fc1bcb8b23072306c1422dd48ed3c8d27 (patch)
tree13898221c27e4e592b08f07299a1b12da3a411a9 /Cargo.toml
parentIncrease version number (diff)
parentUpdated README (diff)
downloadminiserve-4205425fc1bcb8b23072306c1422dd48ed3c8d27.tar.gz
miniserve-4205425fc1bcb8b23072306c1422dd48ed3c8d27.zip
Merge pull request #29 from boastful-squirrel/random-url
Add option to generate random 6-hexdigit routes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5386757..4e89e56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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