From ffe4640f6422e813ea85284dc5331a0766acf105 Mon Sep 17 00:00:00 2001 From: Thomas Karpiniec Date: Fri, 28 Jun 2024 12:02:02 +1000 Subject: [PATCH] Add fields to Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f6e3125..d6109a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ 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] -- 2.39.5