Skip to content

Commit

Permalink
Require payjoin-io as dep in payjoin-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Mar 20, 2024
1 parent e404015 commit b1ae2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions payjoin-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ serde = { version = "1.0.160", features = ["derive"] }
tokio = { version = "1.12.0", features = ["full"] }
ureq = "2.9.4"
url = { version = "2.3.1", features = ["serde"] }
payjoin-io = { path = "../payjoin-io" }

[dev-dependencies]
bitcoind = { version = "0.31.1", features = ["0_21_2"] }
Expand Down

0 comments on commit b1ae2b9

Please sign in to comment.