portmonitor 0.1.0

Simple command to wait for a TCP port to open
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[bin]]
bench = false
name = "portmonitor"
path = "src/main.rs"
test = false

[package]
authors = ["Amin Saedi <amindisam@gmail.com>"]
categories = ["command-line-utilities"]
description = "Simple command to wait for a TCP port to open"
homepage = "https://github.com/aminsaedi/portmonitor"
keywords = ["port-wait", "port", "tcp"]
license = "MIT"
name = "portmonitor"
readme = "README.md"
repository = "https://github.com/aminsaedi/portmonitor"
version = "0.1.0"