From 14952477345591163da987bd922ff2c4d4a3a601 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Mon, 30 Apr 2018 01:08:37 -0700 Subject: initial commit on netlink listener. not working. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2946d1c..42ec23a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,3 +64,6 @@ colored = { version = "^1.6", optional = true } structopt = { version = "^0.1", optional = true } structopt-derive = { version = "^0.1", optional = true } fern = { version = "^0.5", features = ["colored"], optional = true } + +[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies] +pnetlink = { git = "https://github.com/polachok/pnetlink" } -- cgit v1.2.3-59-g8ed1b