hardware-tests/Cargo.toml

15 lines
301 B
TOML
Raw Normal View History

[package]
name = "hardware-tests"
2022-08-06 01:27:38 -04:00
version = "0.2.2"
edition = "2021"
[[bin]]
name = "bgbench"
path = "src/main.rs"
2022-02-24 23:02:54 -05:00
# 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"] }