diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-24 10:12:02 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-06-24 10:12:02 +0200 |
| commit | 81135442e901fb50bfb7e69961127a9cf273aa4d (patch) | |
| tree | 348b2e7eedcdbbe28927a8ec8ac1b071b188e7a4 /code/rust/Cargo.toml | |
| parent | d52d1c3c1c91f00a6a36a8bf7bc60f4dfc352a0e (diff) | |
| download | ecm-master.tar.gz ecm-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | code/rust/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/code/rust/Cargo.toml b/code/rust/Cargo.toml new file mode 100644 index 0000000..13d1df8 --- /dev/null +++ b/code/rust/Cargo.toml | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | [package] | ||
| 2 | name = "ecm" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2024" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | rand = "=0.8.5" | ||
| 8 | num-integer = "=0.1.46" | ||
| 9 | num-traits = "=0.2.19" | ||
| 10 | num-bigint = { version = "=0.4.6", features = ["rand"] } | ||
