Skip to content

Commit 5c041d7

Browse files
committed
chore: reduce crates.io keywords to 5
Apparently there's a limit! Whoops! Signed-off-by: Eliza Weisman <[email protected]>
1 parent c21322f commit 5c041d7

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

console-api/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ keywords = [
2121
"tokio-console",
2222
"debugging",
2323
"async",
24-
"non-blocking",
2524
"tonic",
26-
"protobuf",
2725
]
2826

2927
[features]

console-subscriber/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ keywords = [
2222
"tokio-console",
2323
"debugging",
2424
"async",
25-
"non-blocking",
2625
]
2726

2827
[features]

console/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ keywords = [
2323
"debugging",
2424
"console",
2525
"async",
26-
"non-blocking",
2726
]
2827

2928
[dependencies]

0 commit comments

Comments
 (0)