mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Parse katanemo config using serde/yaml package (#6)
* Parse katanemo config using serde/yaml package - load yaml file into typed classes - pass katanemo config to plugin using envoy wasm plugin config - add tests in configuration.rs file
This commit is contained in:
parent
d741fdc2de
commit
a386d68b41
8 changed files with 292 additions and 19 deletions
|
|
@ -10,3 +10,6 @@ crate-type = ["cdylib"]
|
|||
[dependencies]
|
||||
proxy-wasm = "0.2.1"
|
||||
log = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.9.34"
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue