hardware-tests/Cargo.toml

19 lines
351 B
TOML
Raw Permalink Normal View History

[package]
name = "hardware-tests"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "hdtest"
path = "src/hdtest.rs"
2022-02-24 23:02:54 -05:00
[[bin]]
name = "nettest"
path = "src/nettest.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-02-25 18:06:07 -05:00
chrono = "0.4.19"
2022-02-24 23:02:54 -05:00
clap = { version = "3.1.2", features = ["derive"] }