diff --git a/Cargo.toml b/Cargo.toml index 75bc908..7a41ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" [dependencies] wasmparser = "0.95" +wasm-encoder = "0.20" anyhow = "1.0" structopt = "0.3" log = "0.4"