hardware-tests/Cargo.toml
Gregory Ballantine dbd1068cc5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Consolidated the test programs into one 'bgbench' program
2022-08-05 20:58:24 -04:00

15 lines
301 B
TOML

[package]
name = "hardware-tests"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "bgbench"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.20"
clap = { version = "3.2.16", features = ["derive"] }