Created
December 2, 2019 13:06
-
-
Save magik6k/fb7ef04cbf7b7bbe4384a076b6bea8a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 602e68878b8d02a9006a14bf792accc4d65712f2 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?=C5=81ukasz=20Magiera?= <[email protected]> | |
Date: Mon, 2 Dec 2019 14:05:26 +0100 | |
Subject: [PATCH] custom bellman | |
--- | |
rust/Cargo.toml | 3 +++ | |
1 file changed, 3 insertions(+) | |
diff --git a/rust/Cargo.toml b/rust/Cargo.toml | |
index 600e10c..cc6399e 100644 | |
--- a/rust/Cargo.toml | |
+++ b/rust/Cargo.toml | |
@@ -28,6 +28,9 @@ rand = "0.7" | |
rayon = "1" | |
anyhow = "1.0.23" | |
+[dependencies.bellperson] | |
+path = "../bellman" | |
+ | |
[build-dependencies] | |
cbindgen = "0.10" | |
-- | |
2.24.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment