summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-12-01 00:42:45 -0500
committerJesse Luehrs <doy@tozt.net>2023-12-01 00:42:45 -0500
commit5eba5d2b339075f51b7255de72d32c8a740614e3 (patch)
treee8e8dba235b0a6c4a2bf80aee4ee7ced108a8475 /Cargo.toml
parent18202694cfc4c715de7dab36639373f9deb1abe3 (diff)
downloadadvent-of-code-5eba5d2b339075f51b7255de72d32c8a740614e3.tar.gz
advent-of-code-5eba5d2b339075f51b7255de72d32c8a740614e3.zip
day 1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37cbdd2..82b1334 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,3 +29,7 @@ harness = false
[[bench]]
name = "2022"
harness = false
+
+[[bench]]
+name = "2023"
+harness = false