Explorar el Código

toml file for wallet dependencies

rachel-rose hace 5 años
padre
commit
d968741d41
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      src/bin/wallet/Cargo.toml

+ 15 - 0
src/bin/wallet/Cargo.toml

@@ -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"]
+