some tidying up

This commit is contained in:
2021-10-26 21:02:57 +02:00
parent af1c8f999b
commit 7f5dd9aa80
5 changed files with 63 additions and 17 deletions

7
Cargo.lock generated
View File

@@ -2,10 +2,17 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "anyhow"
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
[[package]]
name = "hwas"
version = "0.1.0"
dependencies = [
"anyhow",
"nom",
"wasm-encoder",
"wasmparser",