diff options
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"] } | ||
