diff --git a/curves/Cargo.toml b/curves/Cargo.toml index 5f50ffe3c..337b39167 100644 --- a/curves/Cargo.toml +++ b/curves/Cargo.toml @@ -76,3 +76,4 @@ ark-serialize = { path = "../serialize" } ark-algebra-test-templates = { path = "../test-templates" } ark-algebra-bench-templates = { path = "../bench-templates" } ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/" } +ark-std = { git = "https://github.com/arkworks-rs/std/" }