really-big-primes/Cargo.toml
2023-10-26 17:09:45 -05:00

12 lines
261 B
TOML

[package]
name = "really-big-primes"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
miller_rabin = "1.1.1"
num-bigint = "0.4.4"
rand = "0.8.5"
rayon = "1.8.0"