aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-02-15 18:08:34 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-02-15 18:08:34 +0000
commit178c2ff796ecfce93b3e0e04aa19a33c3282a73c (patch)
tree985ad1aab50852a600920165a30e54f8196ba714
parentRemoved extern crate invokations (diff)
downloadminiserve-178c2ff796ecfce93b3e0e04aa19a33c3282a73c.tar.gz
miniserve-178c2ff796ecfce93b3e0e04aa19a33c3282a73c.zip
Added myself to Cargo.toml
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b2151bf..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"