Import Lib

This commit is contained in:
Aditya Kulkarni
2019-10-15 11:09:28 -07:00
parent 9175bb9999
commit c916cc29ba
5 changed files with 2588 additions and 0 deletions

14
lib/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "qtlib"
version = "0.1.0"
authors = ["ZecWallet"]
edition = "2018"
[lib]
name = "zecwalletlite"
crate-type = ["staticlib"]
[dependencies]
libc = "0.2.58"
lazy_static = "1.4.0"
zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-lite-lib" }