mirror of
https://github.com/alibaba/higress.git
synced 2026-02-23 20:20:50 +08:00
Co-authored-by: 纪卓志 <jizhuozhi.george@gmail.com> Co-authored-by: 007gzs <007gzs@gmail.com>
15 lines
368 B
TOML
15 lines
368 B
TOML
[package]
|
|
name = "wrapper-say-hello"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[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 = "*" |