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/Cargo.toml | |
| 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/Cargo.toml')
| -rw-r--r-- | bench_util/Cargo.toml | 3 |
1 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" |
