Skip to content

Commit

Permalink
chore: update readme fields in toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Apr 12, 2024
1 parent 019e98d commit dc587c9
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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-node"
exclude = [".github/"]
Expand Down
2 changes: 1 addition & 1 deletion block-producer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "miden-node-block-producer"
version = "0.2.0"
description = "Miden node's block producer component"
readme = "README.md"
keywords = ["miden", "node", "block-producer"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "miden-node"
version = "0.2.0"
description = "Miden node binary"
readme = "README.md"
keywords = ["miden", "node"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "miden-node-proto"
version = "0.2.0"
description = "Miden RPC message definitions"
readme = "README.md"
keywords = ["miden", "node", "protobuf", "rpc"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "miden-node-rpc"
version = "0.2.0"
description = "Miden node's front-end RPC server"
readme = "README.md"
keywords = ["miden", "node", "rpc"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "miden-node-store"
version = "0.2.0"
description = "Miden node's state store component"
readme = "README.md"
keywords = ["miden", "node", "store"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion test-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "miden-node-test-macro"
version = "0.1.0"
description = "Miden node's test macro"
readme = "README.md"
keywords = ["miden", "node", "utils", "macro"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "miden-node-utils"
version = "0.2.0"
description = "Miden node's shared utilities"
readme = "README.md"
keywords = ["miden", "node", "utils"]
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true

Expand Down

0 comments on commit dc587c9

Please sign in to comment.