Skip to content

Commit

Permalink
Add keywords fields to important top-level crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Jan 23, 2024
1 parent f7cf745 commit 7b74e98
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/cargo-maelstrom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "cargo-maelstrom"
categories = ["command-line-utilities", "development-tools::cargo-plugins", "development-tools::testing", "virtualization"]
description = "Cargo Test Runner for Maelstrom."
keywords = ["cargo", "cluster", "containers", "subcommand", "test-runner"]
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/maelstrom-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "maelstrom-broker"
categories = ["development-tools::testing", "virtualization"]
description = "Maelstrom broker binary."
keywords = ["cluster", "containers"]
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/maelstrom-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "maelstrom-client-cli"
categories = ["command-line-utilities", "development-tools::testing", "virtualization"]
description = "CLI for submitting jobs to Maelstrom clusters."
keywords = ["cluster", "containers"]
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/maelstrom-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "maelstrom-client"
categories = ["development-tools::testing", "virtualization"]
description = "Client library for Maelstrom."
keywords = ["cluster", "containers"]
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/maelstrom-simex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "maelstrom-simex"
categories = ["simulation", "development-tools::testing"]
description = "SIMulation EXplorer: a test utility for exhaustively exploring all possible simulations in a simulation space."
keywords = ["simulation", "testing"]
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/maelstrom-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "maelstrom-worker"
categories = ["development-tools::testing", "virtualization"]
description = "Maelstrom worker binary."
keywords = ["cluster", "containers"]
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 7b74e98

Please sign in to comment.