From 81135442e901fb50bfb7e69961127a9cf273aa4d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 24 Jun 2025 10:12:02 +0200 Subject: Added rust version --- code/rust/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 code/rust/Cargo.toml (limited to 'code/rust/Cargo.toml') 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 @@ +[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"] } -- cgit v1.3