]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Rustup to rustc 1.30.0-nightly (4591a245c 2018-09-22)
[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 edition = "2018"
6
7 [lib]
8 crate-type = ["dylib"]
9
10 [dependencies]
11 #cranelift = "0.14.0"
12 #cranelift-module = "0.14.0"
13 #cranelift-simplejit = "0.14.0"
14 #cranelift-faerie = "0.14.0"
15
16 cranelift = { git = "https://github.com/CraneStation/cranelift.git" }
17 cranelift-module = { git = "https://github.com/CraneStation/cranelift.git" }
18 cranelift-simplejit = { git = "https://github.com/CraneStation/cranelift.git" }
19 cranelift-faerie = { git = "https://github.com/CraneStation/cranelift.git" }
20 target-lexicon = "0.0.3"
21 #goblin = "0.0.17"
22 faerie = "0.5.1"
23 ar = "0.6.0"
24 bitflags = "1.0.3"
25 byteorder = "1.2.6"
26
27 # Uncomment to use local checkout of cranelift
28 #[patch."https://github.com/CraneStation/cranelift.git"]
29 #cranelift = { path = "../cranelift/lib/umbrella" }
30 #cranelift-module = { path = "../cranelift/lib/module" }
31 #cranelift-simplejit = { path = "../cranelift/lib/simplejit" }
32 #cranelift-faerie = { path = "../cranelift/lib/faerie" }