artiq/artiq/firmware/libunwind_backtrace/Cargo.toml

13 lines
203 B
TOML

[package]
authors = ["M-Labs"]
name = "unwind_backtrace"
version = "0.0.0"
[lib]
name = "unwind_backtrace"
path = "lib.rs"
[dependencies]
unwind = { path = "../libunwind" }
libc = { path = "../libc" }