isPrime/Cargo.toml
Mystikfluu 4d3d09ba97 init
2023-02-20 23:18:05 +01:00

9 lines
196 B
TOML

[package]
name = "isprime"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num-bigint = "0.4.3"