aboutsummaryrefslogtreecommitdiff
path: root/code/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--code/rust/Cargo.toml10
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]
2name = "ecm"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7rand = "=0.8.5"
8num-integer = "=0.1.46"
9num-traits = "=0.2.19"
10num-bigint = { version = "=0.4.6", features = ["rand"] }

Generated with cgit - Back to sebastiano.tronto.net