zynq7000-rs/Cargo.toml

12 lines
253 B
TOML
Raw Normal View History

2025-02-20 22:55:58 +01:00
[workspace]
members = ["zynq-rt"]
2025-02-19 11:00:04 +01:00
[package]
name = "zedboard-blinky-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
2025-02-20 22:55:58 +01:00
cortex-r-a = { path = "../cortex-r-a/cortex-r-a" }
cortex-r-a-rt = { path = "../cortex-r-a/cortex-a-rt", features = ["vfp-dp"] }