|
|
@@ -31,11 +31,13 @@ sha2 = "0.10"
|
|
|
[patch.crates-io]
|
|
|
cmz-derive = { path = "cmz-derive" }
|
|
|
cmz-core = { path = "cmz-core" }
|
|
|
-# sigma-compiler = { path = "../sigma-compiler" }
|
|
|
-# sigma-compiler-derive = { path = "../sigma-compiler/sigma-compiler-derive" }
|
|
|
-# sigma-compiler-core = { path = "../sigma-compiler/sigma-compiler-core" }
|
|
|
-# sigma-proofs = { path = "../sigma-proofs" }
|
|
|
-# spongefish = { path = "../spongefish/spongefish" }
|
|
|
+# Until the draft-v3 line of these crates is released, take them from the
|
|
|
+# branches the rewrite lives on.
|
|
|
+sigma-compiler = { git = "https://github.com/sigma-rs/sigma-compiler", branch = "mu/draft-v3" }
|
|
|
+sigma-compiler-derive = { git = "https://github.com/sigma-rs/sigma-compiler", branch = "mu/draft-v3" }
|
|
|
+sigma-compiler-core = { git = "https://github.com/sigma-rs/sigma-compiler", branch = "mu/draft-v3" }
|
|
|
+sigma-proofs = { git = "https://github.com/sigma-rs/sigma-proofs", branch = "mu/draft-v3" }
|
|
|
+spongefish = { git = "https://github.com/arkworks-rs/spongefish", branch = "mu/draft-v3" }
|
|
|
|
|
|
[features]
|
|
|
# Dump (to stdout or to a string) the value of the instance on both the
|