Files
poulpy/base2k/Cargo.toml
2025-02-24 08:31:31 +01:00

18 lines
358 B
TOML

[package]
name = "base2k"
version = "0.1.0"
edition = "2021"
[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