mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-07-26 16:48:10 -07:00
15 lines
425 B
TOML
15 lines
425 B
TOML
[package]
|
|
name = "stealth-bitcoincore"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
|
ini = { package = "rust-ini", version = "0.21" }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
stealth-core = { path = "../stealth-core" }
|
|
thiserror.workspace = true
|
|
urlencoding = "2.1"
|