mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-09 20:56:47 +01:00
24 lines
536 B
TOML
24 lines
536 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" }
|
|
paste = "1.0.15"
|
|
byteorder = {workspace = true}
|
|
|
|
[build-dependencies]
|
|
cmake = "0.1.54"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"] |