From 6516130b0138ef382a0588f983287fb463222086 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Thu, 24 Mar 2022 11:23:40 +0100 Subject: chore: drop src/ in bench_util & serde_v8 (#14097) To align with conventions used in our other crates --- bench_util/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bench_util/Cargo.toml') 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" -- cgit v1.2.3