Files
SilentDragonXLite/lib/Cargo.toml
Aditya Kulkarni 6b1a41f166 Inc dep
2019-10-30 15:30:32 -07: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 = "92d3804a5c67ca7621b141518a1f72451ca6ff40" }