Skip to content

Commit 50fcdb5

Browse files
committed
Cargo.toml: add fields neeeded for publishing on crates.io
1 parent 9ac6126 commit 50fcdb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ authors = [
77
"Lena Voytek <[email protected]>",
88
]
99
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"]
1013

1114
[dependencies]
1215
clap = { version = "4.5", features = ["derive"] }

0 commit comments

Comments
 (0)