19 lines
708 B
TOML
19 lines
708 B
TOML
[package]
|
|
name = "cranelift_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
cranelift = { path = "../wasmtime/cranelift/umbrella" }
|
|
cranelift-module = { path = "../wasmtime/cranelift/module" }
|
|
cranelift-jit = { path = "../wasmtime/cranelift/jit", features = ["selinux-fix"] }
|
|
cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
|
|
target-lexicon = "0.12.4"
|
|
cranelift-native = { path = "../wasmtime/cranelift/native" }
|
|
cranelift-reader = { path = "../wasmtime/cranelift/reader" }
|
|
regalloc2 = { path = "../regalloc2", features = ["trace-log"] }
|
|
pretty_env_logger = "0.4.0"
|
|
|
|
iced-x86 = "1.17.0" |