Skip to content

Commit

Permalink
[ISSUE #119]Update crate Cargo.toml (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Jan 27, 2024
1 parent e8627cd commit 9586afa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions rocketmq-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion rocketmq-namesrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions rocketmq-remoting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9586afa

Please sign in to comment.