[package] name = "simple" version = "0.1.0" authors = ["Robin Mueller "] edition = "2024" description = "Simple examples for the Zynq7000 SoC" homepage = "https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs" repository = "https://egit.irs.uni-stuttgart.de/rust/zynq7000-rs" license = "MIT OR Apache-2.0" [dependencies] aarch32-cpu = { version = "0.2" } zynq7000-rt = { path = "../../zynq7000-rt" } zynq7000 = { path = "../../zynq7000" } zynq7000-hal = { path = "../../zynq7000-hal" } embedded-io = "0.7" embedded-hal = "1" fugit = "0.3" log = "0.4"