Files
agentic-pd-hybrid/third_party/sglang/sgl-model-gateway/examples/wasm/wasm-guest-auth/Cargo.toml

11 lines
175 B
TOML

[package]
name = "wasm-guest-auth"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
wit-bindgen = { version = "0.21", features = ["macros"] }