Files
poulpy/backend/Cargo.toml
Jean-Philippe Bossuat 82810a87c8 Added license
2025-05-30 11:48:04 +02:00

19 lines
400 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
[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