diff options
author | Gaurav <allmanpride@gmail.com> | 2022-08-03 00:44:10 +0000 |
---|---|---|
committer | Gaurav <allmanpride@gmail.com> | 2022-08-14 00:03:49 +0000 |
commit | b018457e54c66862f163cb5aacbca71a3321c9ae (patch) | |
tree | 1f2384581abfd3b75ec752cb6b17cab38dc44136 /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-b018457e54c66862f163cb5aacbca71a3321c9ae.tar.gz miniserve-b018457e54c66862f163cb5aacbca71a3321c9ae.zip |
Add support for readme rendering
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ tar = "0.4" thiserror = "1" yansi = "0.5" zip = { version = "0.6.2", default-features = false } +get_if_addrs = "0.5" +markdown = "0.3.0" [features] default = ["tls"] |