Skip to content

Commit

Permalink
Fixed building
Browse files Browse the repository at this point in the history
  • Loading branch information
crodas committed Nov 9, 2024
1 parent f76e9ce commit f163fe0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions crates/cdk-fake-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,22 @@ authors = ["CDK Developers"]
license = "MIT"
homepage = "https://github.com/cashubtc/cdk"
repository = "https://github.com/cashubtc/cdk.git"
rust-version = "1.63.0" # MSRV
rust-version = "1.63.0" # MSRV
description = "CDK fake ln backend"

[dependencies]
async-trait = "0.1.74"
bitcoin = { version = "0.32.2", default-features = false }
cdk = { path = "../cdk", version = "0.4.0", default-features = false, features = ["mint"] }
futures = { version = "0.3.28", default-features = false }
cdk = { path = "../cdk", version = "0.4.0", default-features = false, features = [
"mint",
] }
futures = { version = "0.3.28", default-features = false, features = ["alloc"] }
tokio = { version = "1", default-features = false }
tokio-util = { version = "0.7.11", default-features = false }
tracing = { version = "0.1", default-features = false, features = ["attributes", "log"] }
tracing = { version = "0.1", default-features = false, features = [
"attributes",
"log",
] }
thiserror = "1"
serde = "1"
serde_json = "1"
Expand Down

0 comments on commit f163fe0

Please sign in to comment.