From baf4910870a6e8999802b9a4a22eabd4142a34e3 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Thu, 1 Dec 2022 22:30:22 +0100 Subject: Move all Advent of Codes into one repo --- 2021/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2021/Cargo.toml (limited to '2021/Cargo.toml') diff --git a/2021/Cargo.toml b/2021/Cargo.toml new file mode 100644 index 0000000..136bfa6 --- /dev/null +++ b/2021/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "aoc2021" +version = "0.1.0" +edition = "2018" + +[dependencies] + +[profile.release] +lto = true +panic = "abort" +codegen-units = 1 -- cgit v1.2.3