Files
zynq7000-rs/host/boot-image-test/Cargo.toml
T
muellerr 1082fcc921
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
improve repository structure
2026-01-20 14:06:41 +01:00

9 lines
191 B
TOML

[package]
name = "boot-image-test"
version = "0.1.0"
edition = "2024"
[dependencies]
zynq7000-boot-image= { path = "../zynq7000-boot-image" }
clap = { version = "4", features = ["derive"] }