diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-23 11:54:47 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-23 11:54:47 +0000 |
commit | a8967d7d399b2324d5a9380d933d038e9159bb6b (patch) | |
tree | 65cc745b014ff4d44e40960ef3e563f90824c0f5 /src/tests/Cargo.toml | |
parent | c3dc0f5463ec25353e79225add5c536da6fa2b4d (diff) |
add prime sieve test
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r-- | src/tests/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml index b40694f..120e0cd 100644 --- a/src/tests/Cargo.toml +++ b/src/tests/Cargo.toml @@ -2,6 +2,7 @@ resolver = "2" members = [ "example_stack", + "prime_sieve" ] [workspace.dependencies] |