From 399cd3c94c7fa5f7733b855e1ffdf2c3ca292fab Mon Sep 17 00:00:00 2001 From: rachel-rose Date: Tue, 4 May 2021 10:37:40 +0200 Subject: [PATCH] added wallet test code to /bin --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9e012172f..d7a8ad6e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,6 +108,9 @@ path = "src/bin/dfg.rs" name = "compile-shaders" path = "src/bin/compile-shaders.rs" +name = "wallet" +path = "src/bin/wallet.rs" + [profile.release] debug = 1