Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Fiix PJ
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jan 26, 2024
1 parent fa9ee57 commit 448fb40
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions lib/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,7 @@ edition = "2023"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.70"
base64 = "0.21.2"
bip21 = "0.3.1"
bitcoincore-rpc = "0.17.0"
clap = "4.1.4"
config = "0.13.3"
env_logger = "0.10.0"
log = "0.4.7"
reqwest = { version = "0.11.4", features = ["blocking"] }
rcgen = { version = "0.11.1", optional = true }
serde = { version = "1.0.160", features = ["derive"] }
payjoin = { version = "0.12.0", features = ["send", "receive", "rand"] }
bitcoin = "0.30.1"
payjoin = { version = "0.13.0", features = ["send", "receive", "rand"] }

[profile.release]
panic = "abort"
Expand Down

0 comments on commit 448fb40

Please sign in to comment.