diff options
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r-- | src/tests/Cargo.toml | 2 |
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" |