Skip to content

Instantly share code, notes, and snippets.

@magik6k
Created December 2, 2019 13:06
Show Gist options
  • Save magik6k/fb7ef04cbf7b7bbe4384a076b6bea8a0 to your computer and use it in GitHub Desktop.
Save magik6k/fb7ef04cbf7b7bbe4384a076b6bea8a0 to your computer and use it in GitHub Desktop.
From 602e68878b8d02a9006a14bf792accc4d65712f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Magiera?= <magik6k@gmail.com>
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