mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
added wallet build info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user