[package] name = "next-port" version = "0.1.1" edition = "2021" authors = ["Derek Liang "] description = "A command line utility to get the next avaiable TCP/IP port on localhost." license = "MIT OR Apache-2.0" repository = "https://github.com/DerekLiang/next-port" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0", features = ["derive"] }