diff options
author | Isaac Parker <parrotmac@gmail.com> | 2020-06-28 20:03:31 +0000 |
---|---|---|
committer | Isaac Parker <parrotmac@gmail.com> | 2020-06-28 20:03:31 +0000 |
commit | aa503c46c384c13fb02bf0cc98438336a161fcd4 (patch) | |
tree | ac6f8b3376946d1801273f125967004d0cb62d2a /Cargo.toml | |
parent | Make clippy and cargo fmt happy (diff) | |
download | miniserve-aa503c46c384c13fb02bf0cc98438336a161fcd4.tar.gz miniserve-aa503c46c384c13fb02bf0cc98438336a161fcd4.zip |
Bind to random port when port 0 specified
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,7 @@ actix-web = "0.7" simplelog = "0.8" base64 = "0.12" percent-encoding = "2.1" +port_check = "0.1" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.3" @@ -55,5 +56,6 @@ assert_fs = "1.0" select = "0.4" port_check = "0.1" rstest = "0.6" +regex = "1.3.9" pretty_assertions = "0.6" url = "2.1" |