From dc587c92280a7de0bb7b89ff34d4fd601c2c52a6 Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Fri, 12 Apr 2024 00:59:41 -0700 Subject: [PATCH] chore: update readme fields in toml files --- Cargo.toml | 1 - block-producer/Cargo.toml | 2 +- node/Cargo.toml | 2 +- proto/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- store/Cargo.toml | 2 +- test-macro/Cargo.toml | 2 +- utils/Cargo.toml | 2 +- 8 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c3b268841..fcdd9a311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/"] diff --git a/block-producer/Cargo.toml b/block-producer/Cargo.toml index 864dd9012..1ffd91ede 100644 --- a/block-producer/Cargo.toml +++ b/block-producer/Cargo.toml @@ -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 diff --git a/node/Cargo.toml b/node/Cargo.toml index b61fe5af9..d2813cb49 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -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 diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 2080e7687..a4af310ce 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -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 diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 48c216c76..89973e061 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -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 diff --git a/store/Cargo.toml b/store/Cargo.toml index db5f8b0a3..9a455668e 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -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 diff --git a/test-macro/Cargo.toml b/test-macro/Cargo.toml index a02c66c9c..fdd7b06b0 100644 --- a/test-macro/Cargo.toml +++ b/test-macro/Cargo.toml @@ -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 diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 39f2d4486..c2ef90d3e 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -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