Files
SilentDragonXLite/lib/Cargo.toml
2020-07-29 15:42:52 +02:00

16 lines
346 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"
blake3 = "0.3.4"
silentdragonlitelib = { git = "https://github.com/MyHush/silentdragonlite-cli", rev = "e6ad8d96172b5538112b70daef85ede3bed0dd42" }