12 lines
218 B
TOML
12 lines
218 B
TOML
[workspace]
|
|
members = ["zynq7000-rt"]
|
|
|
|
[package]
|
|
name = "zedboard-blinky-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cortex-r-a = { path = "../cortex-r-a/cortex-r-a" }
|
|
zynq7000-rt = { path = "zynq7000-rt" }
|