artiq-zynq-oxford/firmware/libunwind-rs/Cargo.toml

16 lines
235 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "unwind"
version = "0.0.0"
build = "build.rs"
[lib]
name = "unwind"
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
libc = { default-features = false }