aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-02-02 14:25:49 +0000
committerGitHub <noreply@github.com>2019-02-02 14:25:49 +0000
commit87e24527bda7c33f07543502d03d1572b21796ce (patch)
treeb751ce2924642da2d22bd8dc046be3f7d7fce0b7 /Cargo.toml
parentMerge pull request #24 from svenstaro/dependabot/cargo/base64-0.10.1 (diff)
parentFancy HTML listing (diff)
downloadminiserve-87e24527bda7c33f07543502d03d1572b21796ce.tar.gz
miniserve-87e24527bda7c33f07543502d03d1572b21796ce.zip
Merge pull request #25 from boastful-squirrel/fancy-listing
Fancy HTML listing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74e0baf..8c9a9b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,3 +26,4 @@ simplelog = "0.5"
base64 = "0.10"
percent-encoding = "1.0.1"
htmlescape = "0.3.1"
+bytesize = "1.0.0"