mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
toml file for wallet dependencies
This commit is contained in:
15
src/bin/wallet/Cargo.toml
Normal file
15
src/bin/wallet/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "dbtest"
|
||||
version = "0.1.0"
|
||||
authors = ["rachel-rose <ihateface@autistici.org>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rocksdb = "0.16.0"
|
||||
|
||||
[dependencies.rusqlite]
|
||||
version = "0.25.1"
|
||||
features = ["bundled", "sqlcipher"]
|
||||
|
||||
Reference in New Issue
Block a user