mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
Rust wrappers (#1367)
This commit is contained in:
15
plugins/wasm-rust/extensions/demo-wasm/Cargo.toml
Normal file
15
plugins/wasm-rust/extensions/demo-wasm/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "demo-wasm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
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"] }
|
||||
multimap = "*"
|
||||
http = "*"
|
||||
Reference in New Issue
Block a user