From fb63c8de43c538bcaf9afd57122fbf1c542966d0 Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Thu, 14 Feb 2019 22:24:07 +0100 Subject: Switched to structopt --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3 From 178c2ff796ecfce93b3e0e04aa19a33c3282a73c Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Fri, 15 Feb 2019 19:08:34 +0100 Subject: Added myself to Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] +authors = ["Sven-Hendrik Haase ", "Boastful Squirrel "] repository = "https://github.com/svenstaro/miniserve" license = "MIT" readme = "README.md" -- cgit v1.2.3