diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-03-06 22:53:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 22:53:27 +0000 |
commit | 6340e9e5658a1a4549ce7ceafd9a17dc4f2db057 (patch) | |
tree | c1e358530fa26fce611905e2211dc6fd122fcc65 /Cargo.toml | |
parent | Comment some stuff (diff) | |
parent | Refactored if/let for sorting methods (diff) | |
download | miniserve-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |