summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-09-19 19:47:46 +0200
committerAram Drevekenin <aram@poor.dev>2019-09-19 19:47:46 +0200
commit5745d9d8bf1e3038ba6cf1a5b815008e01a812b4 (patch)
treee815b9ba03d06ded56b55428841de0aba008a769 /Cargo.toml
parent3d54c7fd8e7691c05753d5463776c86e50bbf268 (diff)
refactor(connection): remote stale netstat crate and reorder everything
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32410d0..0aa43a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,12 +8,9 @@ authors = ["Aram Drevekenin <aram@poor.dev>"]
pnet = "0.22.0"
procfs = "0.5.3"
ipnetwork = "0.14.0"
-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]
assert_cmd = "0.10"