aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-08-15 00:16:51 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-08-15 00:16:51 +0000
commitf03c7b1a1058db08cf32b8a46af9fc0c6b8142ce (patch)
tree3d7db6c91703ef9f162cc89575f841a0fcf43558 /Cargo.toml
parentBump deps (diff)
downloadminiserve-f03c7b1a1058db08cf32b8a46af9fc0c6b8142ce.tar.gz
miniserve-f03c7b1a1058db08cf32b8a46af9fc0c6b8142ce.zip
Re-sort deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f5177b..de73987 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ chrono-humanize = "0.2"
clap = { version = "3.2", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.2.3"
clap_mangen = "0.1"
+comrak = "0.14.0"
futures = "0.3"
get_if_addrs = "0.5"
hex = "0.4"
@@ -56,7 +57,6 @@ tar = "0.4"
thiserror = "1"
yansi = "0.5"
zip = { version = "0.6.2", default-features = false }
-comrak = "0.14.0"
[features]
default = ["tls"]