mirror of
https://github.com/alibaba/higress.git
synced 2026-02-24 12:40:48 +08:00
15 lines
373 B
TOML
15 lines
373 B
TOML
[package]
|
|
name = "say-hello"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# 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 = "0.2.1"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0" |