12 lines
263 B
TOML
12 lines
263 B
TOML
[package]
|
|
name = "p33"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
num-bigint = { workspace = true }
|
|
num-traits = { workspace = true }
|
|
rand = { version = "0.8" } # rand_biguint need 0.8
|
|
anyhow = { workspace = true }
|
|
once_cell = { workspace = true }
|