mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
13 lines
314 B
TOML
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" |