Cargo.toml 312 B

123456789101112
  1. [package]
  2. name = "http_client"
  3. version = "0.1.0"
  4. authors = ["csh", "LI Rui <me@lirui.tech>"]
  5. edition = "2021"
  6. exclude = ["server.py"]
  7. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  8. [dependencies]
  9. http_req_wasi = "0.10"
  10. wasmedge_wasi_socket = {path = "../.."}