mirror of
https://github.com/alibaba/higress.git
synced 2026-06-07 19:57:34 +08:00
Rust WASM plugin support for matching service and route name prefixes is effective. (#1882)
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
proxy-wasm = { git="https://github.com/higress-group/proxy-wasm-rust-sdk", branch="main", version="0.2.2" }
|
||||
serde = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
multimap = "0"
|
||||
http = "1"
|
||||
|
||||
Reference in New Issue
Block a user