Convert to workspace

This commit is contained in:
LLFourn
2023-02-21 16:23:08 +11:00
committed by Daniela Brozzoni
parent fdfc9b9ede
commit 8a6de3aa2d
39 changed files with 287 additions and 365 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "electrum-wallet-example"
version = "0.1.0"
edition = "2021"
[dependencies]
bdk = { path = "../../crates/bdk" }

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

View File

@@ -0,0 +1,10 @@
[package]
name = "bdk-esplora-wallet-example"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bdk = { path = "../../crates/bdk" }

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}