diff --git a/Cargo.toml b/Cargo.toml index 4290c2a..4288cc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,6 @@ name = "AdventOfCode2024" version = "0.1.0" edition = "2021" -[[bin]] -name = "advent_of_code_2024" - [profile.release] opt-level = 2