aboutsummaryrefslogtreecommitdiff
path: root/code/rust/Cargo.toml
blob: 13d1df82198b518ca1100b1e53e3ba3496a23ef6 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "ecm"
version = "0.1.0"
edition = "2024"

[dependencies]
rand = "=0.8.5"
num-integer = "=0.1.46"
num-traits = "=0.2.19"
num-bigint = { version = "=0.4.6", features = ["rand"] }

Generated with cgit - Back to sebastiano.tronto.net