[package] name = "netscout" version = "0.1.0" authors = ["Chris Neuwirth "] edition = "2018" description = "A Rust application/wrapper to scout web servers with a /16 network, using fping and HTTPX." license = "MIT" repository = "https://github.com/cybrly/netscout" [dependencies] local-ip-address = "0.4" termion = "1.5"