From 5eba5d2b339075f51b7255de72d32c8a740614e3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 1 Dec 2023 00:42:45 -0500 Subject: day 1 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3-54-g00ecf