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"]