disk-read-benchmark/Cargo.toml

12 lines
177 B
TOML
Raw Normal View History

2024-10-24 15:45:12 -05:00
[package]
name = "disk-read-benchmark"
version = "0.1.0"
edition = "2021"
[dependencies]
curl = "0.4.47"
rand = "0.8.5"
rand_xorshift = "0.3.0"
[profile.release]
opt-level = 3