]> git.lizzy.rs Git - rust.git/blob - src/librustc_codegen_ssa/Cargo.toml
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
[rust.git] / src / librustc_codegen_ssa / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_codegen_ssa"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_codegen_ssa"
8 path = "lib.rs"
9 test = false
10
11 [dependencies]