toml file for wallet dependencies

This commit is contained in:
rachel-rose
2021-05-04 10:48:44 +02:00
parent 8b3a30b6d3
commit d968741d41

15
src/bin/wallet/Cargo.toml Normal file
View 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"]