Import Lib
This commit is contained in:
14
lib/Cargo.toml
Normal file
14
lib/Cargo.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user