File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition.workspace = true
66homepage.workspace = true
77repository.workspace = true
88license.workspace = true
9+ description = " Rust implementation of Apache rocketmq common"
910
1011# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1112
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ edition.workspace = true
66homepage.workspace = true
77repository.workspace = true
88license.workspace = true
9-
9+ description = " Rust implementation of Apache rocketmq name sever"
10+ keywords = [" rocketmq" , " rust" , " name-server" ]
11+ readme = " README.md"
1012# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1113
1214[dependencies ]
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition.workspace = true
66homepage.workspace = true
77repository.workspace = true
88license.workspace = true
9+ description = " Rust implementation of Apache rocketmq remoting"
910
1011# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1112
You can’t perform that action at this time.
0 commit comments