Files
SilentDragonXLite/lib/Cargo.toml
2020-05-25 10:13:49 +02:00

15 lines
329 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 = "91c8d18d17aa5b67dc5dc8a5f8cfe4e323fdda30" }