feat: update continer

This commit is contained in:
2022-07-17 11:38:27 +08:00
parent 2d6b1e3a1b
commit 4e88c90fd4
3 changed files with 735 additions and 6 deletions

View File

@@ -11,3 +11,4 @@ wasmtime = "0.38.1"
wit-bindgen-wasmtime = { path = '../wit-bindgen/crates/wasmtime' }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["blocking", "json"] }