hardware-tests/Cargo.toml

13 lines
231 B
TOML
Raw Normal View History

[package]
name = "hardware-tests"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "hdtest"
path = "src/hdtest.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]