Remove unnecessary dependencies

Found using cargo-udeps
This commit is contained in:
bjorn3
2021-03-16 12:16:11 +01:00
parent 03fdbadfb4
commit 84c79982e7
4 changed files with 1 additions and 7 deletions

View File

@@ -12,8 +12,6 @@ readme = "README.md"
edition = "2018"
[dependencies]
anyhow = "1.0"
region = "2.2.0"
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.73.0", features = ["enable-serde"] }
cranelift-entity = { path = "../../cranelift/entity", version = "0.73.0", features = ["enable-serde"] }
cranelift-wasm = { path = "../../cranelift/wasm", version = "0.73.0", features = ["enable-serde"] }