Skip to content

Commit

Permalink
Add more metadata to Cargo.tomls.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Jan 20, 2024
1 parent ca43464 commit 4fd158d
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ panic = "abort"
panic = "abort"

[workspace.package]
documentation = "https://maelstrom-software.github.io/maelstrom/"
edition = "2021"
homepage = "https://github.com/maelstrom-software/maelstrom"
license = "MIT OR Apache-2.0"
repository = "https://github.com/maelstrom-software/maelstrom"
rust-version = "1.75"
version = "0.5.0-dev"

Expand Down
4 changes: 4 additions & 0 deletions crates/cargo-maelstrom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "cargo-maelstrom"
description = "Maelstrom Rust test runner"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-base"
description = "Data structures and code used by all Maelstrom code, including WASM"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-broker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-broker"
description = "Maelstrom worker process"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-client-cli"
description = "CLI for submitting jobs to Maelstrom"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-client"
description = "Client library for Maelstrom"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-container/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-container"
description = "Library of container utilities for Maelstrom"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
6 changes: 5 additions & 1 deletion crates/maelstrom-plot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-plot"
edition.workspace = true
description = "Fork of egui_plot with some changes for Maelstrom"
license = "MIT OR Apache-2.0"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-simex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-simex"
description = "SIMulation EXplorer: utility to exhaustively test code using simulations"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-test"
description = "Macros that are useful for testing"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-util"
description = "Utilities for use by Maelstrom processes, but not WASM code)"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-web"
description = "Maelstrom WASM web client"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-worker-child/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-worker-child"
description = "No_std worker code that is run in the child process"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down
4 changes: 4 additions & 0 deletions crates/maelstrom-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "maelstrom-worker"
description = "Maelstrom worker process"
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

Expand Down

0 comments on commit 4fd158d

Please sign in to comment.