mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 19:56:42 +01:00
16 lines
298 B
TOML
16 lines
298 B
TOML
[package]
|
|
name = "curlywas"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
wasmparser = "0.83"
|
|
wasm-encoder = "0.10"
|
|
anyhow = "1"
|
|
chumsky = "0.8"
|
|
ariadne = "0.1"
|
|
pico-args = "0.4"
|