diff --git a/Cargo.toml b/Cargo.toml index 617fd8a1..0532ade1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,7 @@ ark-ff = { git = "https://github.com/arkworks-rs/algebra/" } ark-ec = { git = "https://github.com/arkworks-rs/algebra/" } ark-serialize = { git = "https://github.com/arkworks-rs/algebra/" } ark-poly = { git = "https://github.com/arkworks-rs/algebra/" } +ark-std = { git = "https://github.com/arkworks-rs/std/" } ark-crypto-primitives = { git = "https://github.com/arkworks-rs/crypto-primitives" } ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/" }