Skip to content

Commit 54b2d77

Browse files
committed
update cargo crate information
1 parent 0489834 commit 54b2d77

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
[package]
2-
name = "rustnet"
2+
name = "rustnet-monitor"
33
version = "0.8.0"
4+
authors = ["domcyrus"]
45
edition = "2024"
6+
description = "A high-performance, cross-platform network monitoring terminal UI tool built with Rust"
7+
repository = "https://github.com/domcyrus/rustnet"
8+
homepage = "https://github.com/domcyrus/rustnet"
9+
documentation = "https://docs.rs/rustnet-monitor"
10+
readme = "README.md"
11+
license = "Apache-2.0"
12+
keywords = ["network", "monitoring", "tui", "terminal", "packet-capture"]
13+
categories = ["command-line-utilities", "network-programming", "visualization"]
14+
exclude = [
15+
".github/",
16+
"scripts/",
17+
"tests/",
18+
"*.log",
19+
"target/",
20+
".gitignore",
21+
]
22+
23+
[[bin]]
24+
name = "rustnet"
25+
path = "src/main.rs"
526

627
[dependencies]
728
anyhow = "1.0"

0 commit comments

Comments
 (0)