From: Thomas Karpiniec <tom.karpiniec@outlook.com>
Date: Fri, 28 Jun 2024 02:02:02 +0000 (+1000)
Subject: Add fields to Cargo.toml
X-Git-Tag: v0.1.0
X-Git-Url: https://code.octet-stream.net/netwatcher/commitdiff_plain/ffe4640f6422e813ea85284dc5331a0766acf105?ds=inline

Add fields to Cargo.toml
---

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 <tom.karpiniec@outlook.com>"]
+keywords = ["interfaces", "ip", "adapter"]
+categories = ["network-programming"]
 
 [dependencies]