diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-02 23:50:14 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-02 23:50:14 +0100 |
| commit | 7f72605405443482add128cb66b7d09e6bb59de9 (patch) | |
| tree | e59314708468f1aed11fd218868d9fc18f480d3a /crates/parser/Cargo.toml | |
| parent | 07a0404aff79a8598392cfa0eed8aea96122adf5 (diff) | |
feat: finish parser module, switch from tracing to log
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/Cargo.toml')
| -rw-r--r-- | crates/parser/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 590b90c..b187886 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -7,7 +7,7 @@ edition="2021" # fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495 # TODO: create dependency free parser wasmparser={version="0.100", package="wasmparser-nostd", default-features=false} -tracing={version="0.1.38", default-features=false} # logging +log="0.4.20" tinywasm-types={path="../types"} [features] |
