projects
/
netwatcher
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
518e4dd
)
Add fields to Cargo.toml
v0.1.0
author
Thomas Karpiniec
<tom.karpiniec@outlook.com>
Fri, 28 Jun 2024 02:02:02 +0000
(12:02 +1000)
committer
Thomas Karpiniec
<tom.karpiniec@outlook.com>
Fri, 28 Jun 2024 02:02:02 +0000
(12:02 +1000)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index f6e31258ab65310367846a636d47bfea2ca676c8..d6109a23d452796dabe3db555c9cf7ec908bd326 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-2,6
+2,13
@@
name = "netwatcher"
version = "0.1.0"
edition = "2021"
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]
[dependencies]