Skip to content

Commit ef6734d

Browse files
fix: crates.io allows at most 5 keywords (#3122)
Signed-off-by: Harrison Saturley-Hall <hsaturleyhal@nvidia.com>
1 parent dcf55c3 commit ef6734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ authors = ["NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"]
2323
license = "Apache-2.0"
2424
homepage = "https://github.com/ai-dynamo/dynamo"
2525
repository = "https://github.com/ai-dynamo/dynamo.git"
26-
keywords = ["llm", "genai", "inference", "nvidia", "distributed", "dynamo"]
26+
keywords = ["llm", "genai", "inference", "nvidia", "distributed"]
2727

2828
[workspace.dependencies]
2929
# Local crates

0 commit comments

Comments
 (0)