aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-02-14 21:24:07 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-02-14 21:24:07 +0000
commitfb63c8de43c538bcaf9afd57122fbf1c542966d0 (patch)
treeae711b4f0e8423ec3e1745fb0b3aa0e1c7998326 /Cargo.toml
parentMerge pull request #32 from boastful-squirrel/split-files (diff)
downloadminiserve-fb63c8de43c538bcaf9afd57122fbf1c542966d0.tar.gz
miniserve-fb63c8de43c538bcaf9afd57122fbf1c542966d0.zip
Switched to structopt
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 50f52e1..b2151bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,4 +28,5 @@ percent-encoding = "1.0.1"
htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.2.0"
-alphanumeric-sort = "1.0.6" \ No newline at end of file
+alphanumeric-sort = "1.0.6"
+structopt = "0.2.14" \ No newline at end of file