diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-07 12:38:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-07 12:38:25 +0000 |
commit | 0d97ce447f7af65b51bd21fd0fa08dac418ae6b7 (patch) | |
tree | f2ed914f358b875f96963b176d61fbfd6c2e672b /Cargo.toml | |
parent | Merge pull request #58 from vojta7/file_uploading (diff) | |
parent | Cargo fmt (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |