refactoring

This commit is contained in:
Jean-Philippe Bossuat
2025-01-27 16:23:23 +01:00
parent c30f598776
commit 1ac719ce7e
21 changed files with 113 additions and 88 deletions

View File

@@ -1,18 +1,19 @@
[package]
name = "spqlios"
name = "base2k"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
rand_core = "0.6.4"
itertools = "0.14.0"
criterion = "0.5.1"
rand_distr = "0.4.3"
criterion = {workspace = true}
itertools = {workspace = true}
rand = {workspace = true}
rand_distr = {workspace = true}
rand_core = {workspace = true}
sampling = { path = "../sampling" }
utils = { path = "../utils" }
[build-dependencies]
bindgen = "0.71.1"
bindgen ="0.71.1"
[[bench]]
name = "fft"