1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/bench_util/Cargo.toml

26 lines
513 B
TOML
Raw Normal View History

# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2022-11-22 15:07:35 -05:00
[package]
2021-05-19 13:41:23 -04:00
name = "deno_bench_util"
version = "0.131.0"
2022-11-22 15:07:35 -05:00
authors.workspace = true
edition.workspace = true
license.workspace = true
publish = true
readme = "README.md"
2022-11-22 15:07:35 -05:00
repository.workspace = true
description = "Bench and profiling utilities for deno crates"
[lib]
path = "lib.rs"
[dependencies]
2022-11-22 15:07:35 -05:00
bencher.workspace = true
deno_core.workspace = true
once_cell.workspace = true
tokio.workspace = true
2021-05-19 13:41:23 -04:00
2022-02-23 12:51:13 -05:00
[[bench]]
name = "utf8"
harness = false