Cargo.toml 285 B

1234567891011
  1. [package]
  2. name = "nonblock_http_client"
  3. version = "0.1.0"
  4. edition = "2021"
  5. authors = ["LI Rui <me@lirui.tech>"]
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. wasmedge_wasi_socket = { path = "../../" }
  9. httparse = "1.5"