diff --git a/Cargo.toml b/Cargo.toml index 25a67fb5d..f2fb2fe0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,6 +79,12 @@ tobj = "2.0.4" fs_extra = "1.2" glob = "0.3" +# wallet deps +rocksdb = "0.16.0" +[dependencies.rusqlite] +version = "0.25.1" +features = ["bundled", "sqlcipher"] + [[bin]] name = "lisp" path = "lisp/lisp.rs" @@ -115,8 +121,9 @@ path = "src/bin/dfg.rs" name = "compile-shaders" path = "src/bin/compile-shaders.rs" +[[bin]] name = "wallet" -path = "src/bin/wallet.rs" +path = "src/bin/wallet/test.rs" [profile.release] debug = 1