aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-03-06 22:53:27 +0000
committerGitHub <noreply@github.com>2019-03-06 22:53:27 +0000
commit6340e9e5658a1a4549ce7ceafd9a17dc4f2db057 (patch)
treec1e358530fa26fce611905e2211dc6fd122fcc65 /Cargo.toml
parentComment some stuff (diff)
parentRefactored if/let for sorting methods (diff)
downloadminiserve-6340e9e5658a1a4549ce7ceafd9a17dc4f2db057.tar.gz
miniserve-6340e9e5658a1a4549ce7ceafd9a17dc4f2db057.zip
Merge pull request #44 from boastful-squirrel/header-sorting
Removed sorting from CLI + added sorting from HTML
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 fc5c17e..f98e802 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,3 +36,4 @@ structopt = "0.2.14"
chrono = "0.4.6"
chrono-humanize = "0.0.11"
maud = { version = "0.20.0", features = ["actix-web"] }
+serde = { version = "1.0.89", features = ["derive"] }