Logo
Explore Help
Sign In
frost/bdk
3
0
Fork 0
You've already forked bdk
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
bdk/example-crates/wallet_esplora_async/Cargo.toml

14 lines
442 B
TOML
Raw Normal View History

Add `wallet_esplora_async` example and various fixes Fixes include: * Allow `bdk_esplora` to use async with tls * Reorganize `bdk_esplora` crate to have separate files for async vs blocking * Use optional dependencies for `bdk_esplora` async
2023-03-09 10:59:18 +13:00
[package]
name = "wallet_esplora_async"
Bump version to 1.0.0-alpha.1
2023-07-04 12:28:06 -05:00
version = "0.2.0"
Add `wallet_esplora_async` example and various fixes Fixes include: * Allow `bdk_esplora` to use async with tls * Reorganize `bdk_esplora` crate to have separate files for async vs blocking * Use optional dependencies for `bdk_esplora` async
2023-03-09 10:59:18 +13:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bdk = { path = "../../crates/bdk" }
bdk_esplora = { path = "../../crates/esplora", features = ["async-https"] }
bdk_file_store = { path = "../../crates/file_store" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
refactor(bdk)!: add context specific error types, remove top level error mod refactor(bdk)!: remove impl_error macro refactor(wallet)!: add MiniscriptPsbtError, CreateTxError, BuildFeeBumpError error enums refactor(coin_selection)!: add module Error enum test(bdk): use anyhow dev-dependency for all tests
2023-11-16 10:22:37 -06:00
anyhow = "1"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 216ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API