summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-09-15 19:04:37 +0200
committerAram Drevekenin <aram@poor.dev>2019-09-15 19:04:37 +0200
commit2a5e51ed8066f9263bbd00969cd43240fd3a3710 (patch)
treeb8d1fbf4b3bef21df3b2f15ea206b972abade887 /Cargo.toml
parent993fe43c4f53e14876041da51a27c248b3ef9666 (diff)
chore(cli): introduce structopt for reading cli opts
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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]