diff --git a/api/protos/Cargo.toml b/api/protos/Cargo.toml index d3bf32f..f10ce25 100644 --- a/api/protos/Cargo.toml +++ b/api/protos/Cargo.toml @@ -21,6 +21,7 @@ description = "Shared plain old data structures for Morax" authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/cmd/morax/Cargo.toml b/cmd/morax/Cargo.toml index a6e41b1..8b541b3 100644 --- a/cmd/morax/Cargo.toml +++ b/cmd/morax/Cargo.toml @@ -21,6 +21,7 @@ description = "A message queue and data streaming platform based on cloud native authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/crates/meta/Cargo.toml b/crates/meta/Cargo.toml index f2f76ca..f00ba08 100644 --- a/crates/meta/Cargo.toml +++ b/crates/meta/Cargo.toml @@ -21,6 +21,7 @@ description = "The Meta Service for Morax that manages the metadata with ACID pr authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml index 80898ba..10f6820 100644 --- a/crates/runtime/Cargo.toml +++ b/crates/runtime/Cargo.toml @@ -21,6 +21,7 @@ description = "Global runtimes and async utilities used by Morax" authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 2680cd0..32f1747 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -21,6 +21,7 @@ description = "The Morax Server that bundles all the broker services into one fa authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index e9460cf..67746f0 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -21,6 +21,7 @@ description = "The Storage Service for Morax that interacts with the different o authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/crates/telemetry/Cargo.toml b/crates/telemetry/Cargo.toml index 530ffbe..4e3859d 100644 --- a/crates/telemetry/Cargo.toml +++ b/crates/telemetry/Cargo.toml @@ -21,6 +21,7 @@ description = "A telemetry component that collects metrics, logs, and traces for authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/crates/version/Cargo.toml b/crates/version/Cargo.toml index bed0d86..19d630a 100644 --- a/crates/version/Cargo.toml +++ b/crates/version/Cargo.toml @@ -21,6 +21,7 @@ description = "A common build helper for Morax that generates the version inform authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/crates/wal-broker/Cargo.toml b/crates/wal-broker/Cargo.toml index 9f45bbc..956219f 100644 --- a/crates/wal-broker/Cargo.toml +++ b/crates/wal-broker/Cargo.toml @@ -21,6 +21,7 @@ description = "The WAL Service broker layer for Morax" authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/tests/rdkafka/Cargo.toml b/tests/rdkafka/Cargo.toml index 4eea858..e0702ac 100644 --- a/tests/rdkafka/Cargo.toml +++ b/tests/rdkafka/Cargo.toml @@ -19,6 +19,7 @@ publish = false authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/tests/rskafka/Cargo.toml b/tests/rskafka/Cargo.toml index 99e3909..e2495c3 100644 --- a/tests/rskafka/Cargo.toml +++ b/tests/rskafka/Cargo.toml @@ -19,6 +19,7 @@ publish = false authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/tests/toolkit/Cargo.toml b/tests/toolkit/Cargo.toml index 63f0c95..515c645 100644 --- a/tests/toolkit/Cargo.toml +++ b/tests/toolkit/Cargo.toml @@ -19,6 +19,7 @@ publish = false authors.workspace = true edition.workspace = true license.workspace = true +readme.workspace = true repository.workspace = true version.workspace = true diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index ff32161..ee4bc28 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -18,6 +18,9 @@ publish = false authors.workspace = true edition.workspace = true +license.workspace = true +readme.workspace = true +repository.workspace = true version.workspace = true [dependencies]