summaryrefslogtreecommitdiff
path: root/crates/parser
diff options
context:
space:
mode:
Diffstat (limited to 'crates/parser')
-rw-r--r--crates/parser/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 1c228c4..417253d 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -14,13 +14,10 @@ readme="README.md"
[dependencies]
wasmparser={workspace=true, features=["validate", "features", "simd"]}
log={workspace=true, optional=true}
-tinywasm-types={version="0.9.0-alpha.0", path="../types", default-features=false}
+tinywasm-types={workspace=true}
[features]
default=["std", "log", "parallel"]
log=["dep:log"]
std=["tinywasm-types/std", "wasmparser/std"]
parallel=["std"]
-
-[dev-dependencies]
-wat.workspace=true