Skip to content

Commit

Permalink
[ISSUE #1439]🔥Remove unused crate from rocketmq-filter🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Nov 29, 2024
1 parent 4eb71d6 commit 4fdb8d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions rocketmq-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
keywords = ["filter", "rocketmq", "tag", "sql"]
categories = ["development-tools", "network-programming", "asynchronous"]
readme.workspace = true
description.workspace = true
description = "A filter for RocketMQ messages"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
#json spupport
serde.workspace = true
serde_json.workspace = true

0 comments on commit 4fdb8d7

Please sign in to comment.