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
Ryan Dahl 1fb5858009
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2022-01-07 22:09:52 -05:00

22 lines
622 B
TOML

# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_bench_util"
version = "0.25.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
publish = true
readme = "README.md"
repository = "https://github.com/denoland/deno"
description = "Bench and profiling utilities for deno crates"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bencher = "0.1"
deno_core = { version = "0.113.0", path = "../core" }
tokio = { version = "1.10.1", features = ["full"] }
[[bench]]
name = "op_baseline"
harness = false