roc/ci/bench-runner/Cargo.toml
2022-05-16 17:04:17 +02:00

13 lines
314 B
TOML

[package]
name = "bench-runner"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.1.15", features = ["derive"] }
regex = "1.5.4"
is_executable = "1.0.1"
ring = "0.16.20"
data-encoding = "2.3.2"