envoy/examples/Cargo.toml

18 lines
294 B
TOML
Raw Normal View History

2024-05-30 02:41:53 +00:00
[package]
name = "examples"
version = "0.0.0"
edition = "2021"
publish = false
[dev-dependencies]
envoy = { path = "../envoy" }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
[[example]]
name = "basic"
path = "basic.rs"
[[example]]
name = "proxy"
path = "proxy.rs"