diff options
| author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-03-24 11:23:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-24 11:23:40 +0100 |
| commit | 6516130b0138ef382a0588f983287fb463222086 (patch) | |
| tree | f250150295fb4d7a023c1fa7d92da621ac804340 /bench_util | |
| parent | c52d72e8e115f30be32cbb2a91a4c3aa117c328c (diff) | |
chore: drop src/ in bench_util & serde_v8 (#14097)
To align with conventions used in our other crates
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 |
