Skip to content

Commit

Permalink
chore: updated Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Apr 11, 2024
1 parent bfb714b commit 7ab15df
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ edition = "2021"
rust-version = "1.77"
license = "MIT"
authors = ["Miden contributors"]
readme = "README.md"
homepage = "https://polygon.technology/polygon-miden"
repository = "https://github.com/0xPolygonMiden/miden-base"
exclude = [".github/"]
Expand Down
6 changes: 3 additions & 3 deletions miden-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
name = "miden-lib"
version = "0.2.0"
description = "Standard library of the Miden rollup"
readme = "README.md"
categories = ["no-std"]
keywords = ["miden", "program", "stdlib", "transaction", "kernel"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
edition.workspace = true



Expand Down
6 changes: 3 additions & 3 deletions miden-tx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
name = "miden-tx"
version = "0.2.0"
description = "Miden rollup transaction compiler, executor, and prover"
readme = "README.md"
categories = ["no-std"]
keywords = ["miden", "transaction"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
edition.workspace = true

[[test]]
name = "miden-tx"
Expand Down
6 changes: 3 additions & 3 deletions mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "miden-mock"
version = "0.2.0"
description = "Library for mocking and testing core Miden rollup components"
readme = "README.md"
keywords = ["miden", "mock"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
edition.workspace = true



Expand Down
7 changes: 4 additions & 3 deletions objects/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
name = "miden-objects"
version = "0.2.0"
description = "Core components of the Miden rollup"
readme = "README.md"
categories = ["no-std"]
keywords = ["miden", "objects"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
edition.workspace = true

[[bench]]
name = "account_seed"
Expand Down

0 comments on commit 7ab15df

Please sign in to comment.