aboutsummaryrefslogtreecommitdiff
path: root/src/tests/prime_sieve/Cargo.toml
blob: 294a9770279553c3e6af41ba7fccc37ae859901e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "prime_sieve"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
primrose-library = { path = "../../crates/library" }

[dev-dependencies]
criterion = { workspace = true }

[[bench]]
name = "main"
harness = false