Files
SilentDragonXLite/lib/Cargo.toml
2019-10-24 02:25:58 +02:00

14 lines
328 B
TOML

[package]
name = "qtlib"
version = "0.1.0"
authors = ["zecwallet"]
edition = "2018"
[lib]
name = "silentdragonlite"
crate-type = ["staticlib"]
[dependencies]
libc = "0.2.58"
lazy_static = "1.4.0"
silentdragonlitelib = { git = "https://github.com/DenioD/silentdragonlite-cli", rev = "a9d235e117da1fdbe3c576d0713b87cfdf97baf6" }