2581b14147
These describe the structure of all our crate dependencies.
14 lines
278 B
TOML
14 lines
278 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_platform_intrinsics"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "rustc_platform_intrinsics"
|
|
path = "lib.rs"
|
|
crate-type = ["dylib"]
|
|
|
|
[dependencies]
|
|
rustc_llvm = { path = "../librustc_llvm" }
|
|
rustc = { path = "../librustc" }
|