zynq7000-rs/Cargo.toml

12 lines
218 B
TOML
Raw Normal View History

2025-02-20 22:55:58 +01:00
[workspace]
2025-02-23 16:14:12 +01:00
members = ["zynq7000-rt"]
2025-02-20 22:55:58 +01:00
2025-02-19 11:00:04 +01:00
[package]
name = "zedboard-blinky-rs"
version = "0.1.0"
2025-02-24 18:27:35 +01:00
edition = "2024"
2025-02-19 11:00:04 +01:00
[dependencies]
2025-02-20 22:55:58 +01:00
cortex-r-a = { path = "../cortex-r-a/cortex-r-a" }
2025-02-23 16:14:12 +01:00
zynq7000-rt = { path = "zynq7000-rt" }