diff --git a/bencher/Cargo.toml b/bencher/Cargo.toml index 6cb4f5aae..5ff55205b 100644 --- a/bencher/Cargo.toml +++ b/bencher/Cargo.toml @@ -7,10 +7,6 @@ version = "0.1.0" authors = ["Laminar Developers "] edition = "2018" -[[bin]] -path = "src/bin.rs" -name = "codegen" - [dependencies] linregress = { version = "0.4.0", optional = true } handlebars = {version = "3.5.2", optional = true }