Files
SilentDragonXLite/lib/Cargo.toml
Aditya Kulkarni c916cc29ba Import Lib
2019-10-15 11:09:28 -07:00

14 lines
274 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-lite-lib" }