Files
SilentDragonXLite/lib/Cargo.toml
2019-11-13 15:11:11 -08:00

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 = "61dc063fe155d1510e9a074e5a3577a0621f8c3a" }