mirror of
https://github.com/alibaba/higress.git
synced 2026-02-22 19:51:03 +08:00
13 lines
288 B
TOML
13 lines
288 B
TOML
[package]
|
|
name = "higress-wasm-rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
proxy-wasm = "0.2.1"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
uuid = { version = "1.3.3", features = ["v4"] }
|