From 051823c8a7c6e4cac3924d193766907456510d38 Mon Sep 17 00:00:00 2001 From: Rodrigo Ferreira Date: Wed, 7 Aug 2024 11:52:44 -0300 Subject: [PATCH] Removes unused dependencies --- tools/garaga_rs/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/garaga_rs/Cargo.toml b/tools/garaga_rs/Cargo.toml index 6ab1460d..a92481c6 100644 --- a/tools/garaga_rs/Cargo.toml +++ b/tools/garaga_rs/Cargo.toml @@ -8,10 +8,6 @@ edition = "2021" [dependencies] pyo3 = { version = "0.15", features = ["extension-module", "num-bigint"] } num-bigint = "0.4" -num-traits = "0.2" -sha2 = "0.10" -num-integer = "0.1" -lazy_static = "1.4" ark-bn254 = "0.4" ark-bls12-381 = "0.4" ark-ff = "0.4"