mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
12 lines
208 B
TOML
12 lines
208 B
TOML
[package]
|
|
name = "intelligent-prompt-gateway"
|
|
version = "0.1.0"
|
|
authors = ["Katanemo Inc <info@katanemo.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
proxy-wasm = "0.2.1"
|
|
log = "0.4"
|