gctf2023/pwn/35-shades-of-wasm/35ShadesOfWasm/chall/wasm_host/Cargo.toml
2023-11-24 13:11:34 -05:00

16 lines
361 B
TOML

[package]
name = "wasm_host"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
base64 = "0.21.5"
wasmtime = "=6.0.0"
wasmtime-wasi = "=6.0.0"
cranelift-codegen = "=0.93.0"
cranelift-codegen-meta = "=0.93.0"
cranelift-codegen-shared = "=0.93.0"