Files
SilentDragonXLite/lib/Cargo.toml
DenioD 8e29dbc7e2 merge
2019-10-24 22:35:37 +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 = "4d9c09433007e71e259b10f15c28ba1c6ac3efae" }