feat: fetch

This commit is contained in:
2022-07-17 10:37:34 +08:00
parent 74a202f1ed
commit 6890520435
3 changed files with 59 additions and 5 deletions

View File

@@ -9,3 +9,5 @@ edition = "2021"
anyhow = "1.0.58"
wasmtime = "0.38.1"
wit-bindgen-wasmtime = { path = '../wit-bindgen/crates/wasmtime' }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"