aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Cargo.toml
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-07 20:54:43 +0000
committerAria Shrimpton <me@aria.rip>2024-02-07 20:54:43 +0000
commit8283941473e27f5f47d90ba6dde3863528b7c544 (patch)
treeedb24c5dc859cead0afb409c15e9dcf66a2be782 /src/tests/Cargo.toml
parent5a49e3034c6c387d5cbe2e549d1afa22b5a896a6 (diff)
aoc 2021 day 9 test
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r--src/tests/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml
index 1d6189d..d15bd9b 100644
--- a/src/tests/Cargo.toml
+++ b/src/tests/Cargo.toml
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
-members = [
+members = [ "aoc-2021-09",
"example_sets",
"example_stack",
"prime_sieve"