Files
SilentDragonXLite/lib/Cargo.toml
2022-12-02 15:41:35 -05:00

16 lines
368 B
TOML

[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"
silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "17e712df125396dafe43de6829a2d6a5660d108c" }