X-Git-Url: https://code.octet-stream.net/netwatcher/blobdiff_plain/e29a1fae66084be615adffec6b32f477c8c16277..23af4246f4218b0c5308e643f8f578f7c20549b2:/Cargo.toml?ds=inline diff --git a/Cargo.toml b/Cargo.toml index 78a17e6..d6109a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,17 @@ name = "netwatcher" version = "0.1.0" edition = "2021" +license = "Apache-2.0" +description = "List network interfaces and watch for changes efficiently" +repository = "https://github.com/thombles/netwatcher" +readme = "README.md" +authors = ["Thomas Karpiniec "] +keywords = ["interfaces", "ip", "adapter"] +categories = ["network-programming"] [dependencies] -[target.'cfg(any(target_vendor = "apple", target_os = "linux"))'.dependencies] +[target.'cfg(any(target_vendor = "apple", target_os = "linux", target_os = "android"))'.dependencies] nix = { version = "0.29.0", features = ["net"] } [target.'cfg(target_vendor = "apple")'.dependencies]