Files
SilentDragonXLite/lib/Cargo.toml
2019-10-24 11:17:22 -07:00

14 lines
267 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 = { path = "../../lightwallet/lightwalletclient/lib/" }