]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Support metadata writing
[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"
14
15 cranelift = { path = "./cranelift/lib/umbrella" }
16 cranelift-module = { path = "./cranelift/lib/module" }
17 cranelift-simplejit = { path = "./cranelift/lib/simplejit" }
18 cranelift-faerie = { path = "./cranelift/lib/faerie" }
19 target-lexicon = "0.0.3"