aboutsummaryrefslogtreecommitdiff
path: root/code/rust/Cargo.toml
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-24 10:12:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-24 10:12:02 +0200
commit81135442e901fb50bfb7e69961127a9cf273aa4d (patch)
tree348b2e7eedcdbbe28927a8ec8ac1b071b188e7a4 /code/rust/Cargo.toml
parentd52d1c3c1c91f00a6a36a8bf7bc60f4dfc352a0e (diff)
downloadecm-81135442e901fb50bfb7e69961127a9cf273aa4d.tar.gz
ecm-81135442e901fb50bfb7e69961127a9cf273aa4d.zip
Added rust versionHEADmaster
Diffstat (limited to 'code/rust/Cargo.toml')
-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