diff --git a/Cargo.toml b/Cargo.toml index 69f4835..1a082be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,3 +64,4 @@ ark-ff = { git = "https://github.com/arkworks-rs/algebra" } ark-serialize = { git = "https://github.com/arkworks-rs/algebra" } ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra" } ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std" } +ark-std = { git = "https://github.com/arkworks-rs/std" }