Files
SilentDragonXLite/lib/Cargo.toml
Aditya Kulkarni 060dd3c35b Create dir if it doesn't exist.
Fixes #17
2019-11-01 07:33:21 -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 = "af0e0b9b2bcc131804d5e940f94d45c6fef74481" }