Files
SilentDragonXLite/lib/Cargo.toml
2019-12-03 21:02:06 +01: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/MyHush/silentdragonlite-cli", rev = "473d476274077d88104392dc6ad384a06b5d2554" }