aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-04-07 12:38:25 +0000
committerGitHub <noreply@github.com>2019-04-07 12:38:25 +0000
commit0d97ce447f7af65b51bd21fd0fa08dac418ae6b7 (patch)
treef2ed914f358b875f96963b176d61fbfd6c2e672b /Cargo.toml
parentMerge pull request #58 from vojta7/file_uploading (diff)
parentCargo fmt (diff)
downloadminiserve-0d97ce447f7af65b51bd21fd0fa08dac418ae6b7.tar.gz
miniserve-0d97ce447f7af65b51bd21fd0fa08dac418ae6b7.zip
Merge pull request #55 from boastful-squirrel/colorscheme
Color schemes
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