diff options
Diffstat (limited to 'bench_util')
-rw-r--r-- | bench_util/Cargo.toml | 3 | ||||
-rw-r--r-- | bench_util/js_runtime.rs (renamed from bench_util/src/js_runtime.rs) | 0 | ||||
-rw-r--r-- | bench_util/lib.rs (renamed from bench_util/src/lib.rs) | 0 | ||||
-rw-r--r-- | bench_util/profiling.rs (renamed from bench_util/src/profiling.rs) | 0 |
4 files changed, 2 insertions, 1 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index f43436c06..acc7cb22f 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -10,7 +10,8 @@ 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 +[lib] +path = "lib.rs" [dependencies] bencher = "0.1" diff --git a/bench_util/src/js_runtime.rs b/bench_util/js_runtime.rs index 06dd79fae..06dd79fae 100644 --- a/bench_util/src/js_runtime.rs +++ b/bench_util/js_runtime.rs diff --git a/bench_util/src/lib.rs b/bench_util/lib.rs index 1dfb06ae0..1dfb06ae0 100644 --- a/bench_util/src/lib.rs +++ b/bench_util/lib.rs diff --git a/bench_util/src/profiling.rs b/bench_util/profiling.rs index 26d8d8fd6..26d8d8fd6 100644 --- a/bench_util/src/profiling.rs +++ b/bench_util/profiling.rs |