summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-11 13:40:36 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-11 13:40:36 +0100
commitaccd77c2474e10745b22f75a62312bfb126884da (patch)
tree864c62ef017315573e36d0b83ff0715a5513666d
parent7e0a9abcc8cfcbb816f1c8e0f9da327a41a9a673 (diff)
parent92e58f82532a7ea8fd867ebcf34d801487246db5 (diff)
Merge branch 'master' of https://github.com/imsnif/what
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5bdc8d2..e5aae61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ exclude = ["src/tests/*", "demo.gif"]
[dependencies]
pnet = "0.22.0"
-procfs = "0.5.3"
+procfs = { version = "0.5.3", optional = true }
ipnetwork = "0.14.0"
tui = "0.5"
termion = "1.5"