rust/src/libpanic_abort/Cargo.toml
2019-02-03 15:48:25 +01:00

16 lines
298 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "panic_abort"
version = "0.0.0"
edition = "2018"
[lib]
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
core = { path = "../libcore" }
libc = { version = "0.2", default-features = false }
compiler_builtins = "0.1.0"