From 2a5e51ed8066f9263bbd00969cd43240fd3a3710 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sun, 15 Sep 2019 19:04:37 +0200 Subject: chore(cli): introduce structopt for reading cli opts --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9a2f125..32410d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ timer = "0.2.0" chrono = "0.4.7" tui = "0.5" termion = "1.5" +structopt = "0.3" netstat = { git = "https://github.com/imsnif/netstat-rs.git" } [dev-dependencies] -- cgit v1.2.3