Files
poulpy/backend/Cargo.toml
2025-05-21 16:55:01 +02:00

18 lines
376 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2024"
[dependencies]
rug = {workspace = true}
criterion = {workspace = true}
itertools = {workspace = true}
rand = {workspace = true}
rand_distr = {workspace = true}
rand_core = {workspace = true}
sampling = { path = "../sampling" }
utils = { path = "../utils" }
[[bench]]
name = "fft"
harness = false