added wallet build info

This commit is contained in:
rachel-rose
2021-05-04 11:05:59 +02:00
parent aeab062f15
commit baedbb1660

View File

@@ -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