You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phetch/benchmarks/Cargo.toml

24 lines
335 B
TOML

[package]
name = "phetch-benchmarks"
version = "0.1.0"
authors = ["chris west <c@xvxx.io>"]
edition = "2018"
[dev-dependencies]
criterion = "0.3.1"
[[bench]]
name = "parse_gopher"
harness = false
[[bench]]
name = "render_menu"
harness = false
[[bench]]
name = "render_text"
harness = false
[dependencies]
phetch = { path = ".." }