zynq7000-rs/Cargo.toml
2025-02-20 22:55:58 +01:00

12 lines
253 B
TOML

[workspace]
members = ["zynq-rt"]
[package]
name = "zedboard-blinky-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
cortex-r-a = { path = "../cortex-r-a/cortex-r-a" }
cortex-r-a-rt = { path = "../cortex-r-a/cortex-a-rt", features = ["vfp-dp"] }