We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac6126 commit 50fcdb5Copy full SHA for 50fcdb5
Cargo.toml
@@ -7,6 +7,9 @@ authors = [
7
"Lena Voytek <[email protected]>",
8
]
9
license = "GPL-2.0-or-later"
10
+description = "Rust implementation of net-tools (Linux networking base tools)"
11
+repository = "https://github.com/rust-swifties/net-tools-rs"
12
+categories = ["command-line-interface"]
13
14
[dependencies]
15
clap = { version = "4.5", features = ["derive"] }
0 commit comments