Skip to content

Commit a3775b6

Browse files
committed
chore(release): update crate metadata
1 parent f47a3a9 commit a3775b6

4 files changed

Lines changed: 34 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ edition.workspace = true
55
rust-version.workspace = true
66
homepage.workspace = true
77
repository.workspace = true
8+
license.workspace = true
9+
readme.workspace = true
10+
description.workspace = true
11+
keywords.workspace = true
12+
categories.workspace = true
813
default-run = "rattan"
914

1015
[workspace]
@@ -17,6 +22,16 @@ edition = "2021"
1722
rust-version = "1.86"
1823
homepage = "https://github.com/stack-rs/rattan"
1924
repository = "https://github.com/stack-rs/rattan"
25+
license = "Apache-2.0"
26+
readme = "README.md"
27+
description = "An Extensible and Scalable Modular Internet Path Emulator"
28+
keywords = ["network", "emulation", "utility", "transport", "evaluation"]
29+
categories = [
30+
"network-programming",
31+
"command-line-utilities",
32+
"development-tools",
33+
"emulators",
34+
]
2035

2136
[workspace.dependencies]
2237
derive_more = { version = "2.0.1", features = ["deref", "deref_mut"] }
@@ -71,10 +86,10 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
7186
name = "rattan"
7287
path = "src/main.rs"
7388

74-
[[bin]]
75-
name = "rattan-xdp"
76-
path = "src/main-xdp.rs"
77-
required-features = ["rattan-core/camellia"]
89+
# [[bin]]
90+
# name = "rattan-xdp"
91+
# path = "src/main-xdp.rs"
92+
# required-features = ["rattan-core/camellia"]
7893

7994
[dependencies]
8095
# anyhow = "1.0.75"

rattan-core/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ edition.workspace = true
55
rust-version.workspace = true
66
homepage.workspace = true
77
repository.workspace = true
8+
license.workspace = true
9+
readme.workspace = true
10+
description.workspace = true
11+
keywords.workspace = true
12+
categories.workspace = true
813

914
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1015

rattan-env/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ edition.workspace = true
55
rust-version.workspace = true
66
homepage.workspace = true
77
repository.workspace = true
8+
license.workspace = true
9+
readme.workspace = true
10+
description.workspace = true
11+
keywords.workspace = true
12+
categories.workspace = true
813

914
[dependencies]
1015
futures = { workspace = true }

rattan-log/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ edition.workspace = true
55
rust-version.workspace = true
66
homepage.workspace = true
77
repository.workspace = true
8+
license.workspace = true
9+
readme.workspace = true
10+
description.workspace = true
11+
keywords.workspace = true
12+
categories.workspace = true
813

914
[dependencies]
1015
binread = "2.2.0"

0 commit comments

Comments
 (0)