aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-06-29 13:45:32 +0000
committerGitHub <noreply@github.com>2020-06-29 13:45:32 +0000
commit865e8cce79f3a03151418519d5614403fb2dc9af (patch)
treeadf1141de7bf6fae74f492f1e8a519d77c42fe25 /Cargo.toml
parentStart 0.8.0 (diff)
parentCast port to u16 (diff)
downloadminiserve-865e8cce79f3a03151418519d5614403fb2dc9af.tar.gz
miniserve-865e8cce79f3a03151418519d5614403fb2dc9af.zip
Merge pull request #327 from parrotmac/ip/0-random-port
Bind to random available port when port 0 specified
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 909ec59..7d687f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
@@ -53,7 +54,7 @@ assert_cmd = "1.0"
reqwest = { version = "0.10", features = ["blocking"] }
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"