feat: add dependency
This commit is contained in:
19
javascript-engine/external/boa/boa_profiler/Cargo.toml
vendored
Normal file
19
javascript-engine/external/boa/boa_profiler/Cargo.toml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "boa_profiler"
|
||||
description = "Profiler for the Boa JavaScript engine."
|
||||
keywords = ["javascript", "js", "compiler", "profiler"]
|
||||
categories = ["development-tools::profiling"]
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[features]
|
||||
profiler = ["measureme", "once_cell", "rustc-hash"]
|
||||
|
||||
[dependencies]
|
||||
measureme = { version = "10.1.0", optional = true }
|
||||
once_cell = { version = "1.17.0", optional = true }
|
||||
rustc-hash = { version = "1.1.0", optional = true }
|
||||
Reference in New Issue
Block a user