zynq-rs/Cargo.toml

20 lines
296 B
TOML
Raw Normal View History

2019-05-05 20:56:23 +08:00
[package]
name = "zc706"
version = "0.0.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"
[profile.dev]
panic = "abort"
lto = false
[profile.release]
panic = "abort"
lto = false
debug = true
[dependencies]
panic-abort = "0.3"
r0 = "0.2"
volatile-register = "0.2"
bit_field = "0.10"