]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Update to cranelift 0.14
[rust.git] / Cargo.toml
1 [package]
2 name = "rustc_codegen_cranelift"
3 version = "0.1.0"
4 authors = ["bjorn3 <bjorn3@users.noreply.github.com>"]
5
6 [lib]
7 crate-type = ["dylib"]
8
9 [dependencies]
10 cranelift = "0.14.0"
11 cranelift-module = "0.14.0"
12 cranelift-simplejit = "0.14.0"
13 #cranelift-faerie = "0.14.0"