[package] name = "qtlib" version = "0.1.0" authors = ["zecwallet", "The Hush Developers"] edition = "2018" [lib] name = "silentdragonlite" crate-type = ["staticlib"] [dependencies] libc = "0.2.58" lazy_static = "1.4.0" blake3 = "0.3.4" # currently this is the latest commit of the duke branch, which should be more stable than the mempool branch silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "13c0bd2bebf3ad8f670d8922fd3de34dbb8e4f3f" }