diff --git a/rocketmq-common/Cargo.toml b/rocketmq-common/Cargo.toml index 7d5e8590..e444d5a2 100644 --- a/rocketmq-common/Cargo.toml +++ b/rocketmq-common/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true homepage.workspace = true repository.workspace = true license.workspace = true +description = "Rust implementation of Apache rocketmq common" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rocketmq-namesrv/Cargo.toml b/rocketmq-namesrv/Cargo.toml index f95f6c61..33a692bf 100644 --- a/rocketmq-namesrv/Cargo.toml +++ b/rocketmq-namesrv/Cargo.toml @@ -6,7 +6,9 @@ edition.workspace = true homepage.workspace = true repository.workspace = true license.workspace = true - +description = "Rust implementation of Apache rocketmq name sever" +keywords = ["rocketmq", "rust", "name-server"] +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/rocketmq-remoting/Cargo.toml b/rocketmq-remoting/Cargo.toml index 2a0b86aa..de310c73 100644 --- a/rocketmq-remoting/Cargo.toml +++ b/rocketmq-remoting/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true homepage.workspace = true repository.workspace = true license.workspace = true +description = "Rust implementation of Apache rocketmq remoting" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html