summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2021-04-18 14:51:48 +0200
committerGitHub <noreply@github.com>2021-04-18 14:51:48 +0200
commit733a00030582375c43fa156e978f25df6ecc9e9a (patch)
treec94421a38f1e61289981994bf2d697900a4ba2fb /Cargo.toml
parent8fb1af14129850ce5a124572b6b8131056727594 (diff)
tooling(bench_util): benching and profiling utilities (#10223)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b5ffb58f5..8b1938c29 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ members = [
"runtime",
"serde_v8",
"test_plugin",
+ "bench_util",
"test_util",
"op_crates/crypto",
"op_crates/fetch",