summaryrefslogtreecommitdiff
path: root/2021/Cargo.toml
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2022-12-01 22:30:22 +0100
committerBond_009 <bond.009@outlook.com>2022-12-01 22:30:22 +0100
commitbaf4910870a6e8999802b9a4a22eabd4142a34e3 (patch)
tree2d11443dc21e53bd0d99d015cf789937d6d95862 /2021/Cargo.toml
parent49d0c908f24b2c193c9deed1716fe36061ba26a1 (diff)
Move all Advent of Codes into one repo
Diffstat (limited to '2021/Cargo.toml')
-rw-r--r--2021/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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