Hook up all crates via path dependencies

This commit is contained in:
Alex Crichton
2020-02-25 10:59:59 -08:00
parent 1c78f03bf3
commit 5f1cba0b7f
21 changed files with 117 additions and 87 deletions

View File

@@ -19,7 +19,7 @@ memoffset = "0.5.3"
itertools = "0.8.2"
capstone = "0.6.0"
thiserror = "1.0.9"
cranelift-codegen = "0.59.0"
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.59.0" }
multi_mut = "0.1"
either = "1.5"
typemap = "0.3"