mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
[feat] Support redis call with wasm-rust (#1417)
This commit is contained in:
@@ -11,5 +11,7 @@ crate-type = ["cdylib"]
|
||||
higress-wasm-rust = { path = "../../", version = "0.1.0" }
|
||||
proxy-wasm = { git="https://github.com/higress-group/proxy-wasm-rust-sdk", branch="main", version="0.2.2" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
multimap = "*"
|
||||
http = "*"
|
||||
http = "*"
|
||||
redis={version = "0", default-features = false}
|
||||
Reference in New Issue
Block a user