mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
9 lines
142 B
TOML
9 lines
142 B
TOML
[package]
|
|
name = "math"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
primality-test = "0.3.0"
|
|
num-bigint = "0.4.6"
|
|
num-traits = "0.2.19" |