hardware-tests/Cargo.toml
Gregory Ballantine 94218af170
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Version bump to v0.2.0
2022-08-06 01:27:38 -04:00

15 lines
301 B
TOML

[package]
name = "hardware-tests"
version = "0.2.2"
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"] }