Files
SilentDragonXLite/lib/Cargo.toml
Aditya Kulkarni 3c2b3c513f Wire up send
2019-10-18 13:17:21 -07:00

14 lines
325 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 = "4518965a41f7e4b253a4943a760af76fefc878df" }