mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
comments
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
This commit is contained in:
parent
cd2a1db493
commit
913a3f50d7
2 changed files with 7 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
name = "intelligent-prompt-gateway"
|
||||
version = "0.1.0"
|
||||
authors = ["Katanemo Inc <info@katanemo.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Envoy filter code for gateway
|
||||
|
||||
## Add toolchain
|
||||
|
||||
```sh
|
||||
$ rustup target add wasm32-wasi
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue