]> code.octet-stream.net Git - netwatcher/commitdiff
Add fields to Cargo.toml v0.1.0
authorThomas Karpiniec <tom.karpiniec@outlook.com>
Fri, 28 Jun 2024 02:02:02 +0000 (12:02 +1000)
committerThomas Karpiniec <tom.karpiniec@outlook.com>
Fri, 28 Jun 2024 02:02:02 +0000 (12:02 +1000)
Cargo.toml

index f6e31258ab65310367846a636d47bfea2ca676c8..d6109a23d452796dabe3db555c9cf7ec908bd326 100644 (file)
@@ -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]