rust/Cargo.toml

14 lines
271 B
TOML
Raw Normal View History

2018-06-17 11:05:11 -05:00
[package]
2018-07-14 04:59:42 -05:00
name = "rustc_codegen_cranelift"
2018-06-17 11:05:11 -05:00
version = "0.1.0"
authors = ["bjorn3 <bjorn3@users.noreply.github.com>"]
[lib]
crate-type = ["dylib"]
[dependencies]
2018-07-14 04:59:42 -05:00
cranelift = "0.14.0"
cranelift-module = "0.14.0"
cranelift-simplejit = "0.14.0"
#cranelift-faerie = "0.14.0"