aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-04-05 19:43:44 +0000
committerGitHub <noreply@github.com>2019-04-05 19:43:44 +0000
commit46c29142f06af666283f23ba8b3d7fe072656803 (patch)
treec4ab92517a64c8057021f8b04c0eb9af38b1b64a /Cargo.toml
parentMerge pull request #57 from svenstaro/dependabot/cargo/serde-1.0.90 (diff)
parentImprove file upload text. (diff)
downloadminiserve-46c29142f06af666283f23ba8b3d7fe072656803.tar.gz
miniserve-46c29142f06af666283f23ba8b3d7fe072656803.zip
Merge pull request #58 from vojta7/file_uploading
File uploading
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 19b826e..5384ee7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,4 +42,4 @@ bytes = "0.4.12"
futures = "0.1.26"
libflate = "0.1.21"
failure = "0.1.5"
-log = "0.4.6" \ No newline at end of file
+log = "0.4.6"