[package] name = "port-scan" description = "Do a quickly multi-threaded port scanning in Rust." version = "0.1.1" authors = ["xiangminwang "] homepage = "https://github.com/xiangminwang/port-scan" repository = "https://github.com/xiangminwang/port-scan" edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.0"