waffle/Cargo.toml
Chris Fallin c1d4e0c6b9 WIP.
2021-11-13 20:59:43 -08:00

17 lines
355 B
TOML

[package]
name = "waffle"
version = "0.0.1"
description = "Wasm Analysis Framework For Lightweight Experiments"
authors = ["Chris Fallin <chris@cfallin.org>"]
license = "Apache-2.0 WITH LLVM-exception"
edition = "2018"
[dependencies]
wasmparser = "0.81"
wasm-encoder = "0.3"
anyhow = "1.0"
structopt = "0.3"
log = "0.4"
env_logger = "0.9"
fxhash = "0.2"