aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-02-16 20:40:19 +0000
committerGitHub <noreply@github.com>2019-02-16 20:40:19 +0000
commit9c4e46fa570e6e4498f3d9643cc4627705c53e5a (patch)
treecf4efcc073766edb3b1bb6529be4c3f0ae8ada83 /Cargo.toml
parentAdd rsync to alpine image to allow for syncing files into it (diff)
parentUpdated README (diff)
downloadminiserve-9c4e46fa570e6e4498f3d9643cc4627705c53e5a.tar.gz
miniserve-9c4e46fa570e6e4498f3d9643cc4627705c53e5a.zip
Merge pull request #35 from boastful-squirrel/structopt
Switched to structopt
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 50f52e1..b556e27 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "miniserve"
version = "0.3.0"
description = "For when you really just want to serve some files over HTTP right now!"
-authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
+authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>", "Boastful Squirrel <boastful.squirrel@gmail.com>"]
repository = "https://github.com/svenstaro/miniserve"
license = "MIT"
readme = "README.md"
@@ -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