aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-04-07 10:21:58 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-04-07 10:21:58 +0000
commitc24986640589df2aa5b2f7360cc8bea71ed49fbb (patch)
treef95d72cf6b1015ddbc8a7313bf256663ebc7e74f /Cargo.toml
parentFixed upload bug + refactored @ else in templates (diff)
downloadminiserve-c24986640589df2aa5b2f7360cc8bea71ed49fbb.tar.gz
miniserve-c24986640589df2aa5b2f7360cc8bea71ed49fbb.zip
Use strum_macros::EnumIter instead of manually listing Enum variants
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5384ee7..94b7455 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,3 +43,5 @@ futures = "0.1.26"
libflate = "0.1.21"
failure = "0.1.5"
log = "0.4.6"
+strum = "0.15.0"
+strum_macros = "0.15.0" \ No newline at end of file