sigma-proofs.diff 343 B

1234567891011
  1. diff --git a/Cargo.toml b/Cargo.toml
  2. index cf91501..e3b2b73 100644
  3. --- a/Cargo.toml
  4. +++ b/Cargo.toml
  5. @@ -123,3 +123,6 @@ required-features = ["std"]
  6. [profile.dev]
  7. # Makes tests run much faster at the cost of slightly longer builds and worse debug info.
  8. opt-level = 1
  9. +
  10. +[patch.crates-io]
  11. +spongefish = { path = "../spongefish/spongefish" }