mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
27 lines
709 B
TOML
27 lines
709 B
TOML
[package]
|
|
name = "oxc_benchmark"
|
|
publish = false
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
|
jemallocator = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
mimalloc = { workspace = true }
|
|
|
|
[dependencies]
|
|
oxc_ast = { path = "../../crates/oxc_ast" }
|
|
oxc_allocator = { path = "../../crates/oxc_allocator" }
|
|
oxc_parser = { path = "../../crates/oxc_parser" }
|
|
|
|
pico-args = "0.5.0"
|
|
criterion = { version = "0.4.0", default-features = false }
|
|
ureq = "2.6.2"
|
|
url = "2.3.1"
|