13 lines
261 B
TOML
13 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"
|