15 lines
326 B
TOML
15 lines
326 B
TOML
[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-light-cli", rev = "af0e0b9b2bcc131804d5e940f94d45c6fef74481" }
|