From 448fb40760066f4a2d841c2a1f757ce8730a3c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?22388o=E2=9A=A1=EF=B8=8F?= <83122757+22388o@users.noreply.github.com> Date: Fri, 26 Jan 2024 07:45:34 -0300 Subject: [PATCH] Fiix PJ --- lib/rust/Cargo.toml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/rust/Cargo.toml b/lib/rust/Cargo.toml index 0565191..abd5e45 100644 --- a/lib/rust/Cargo.toml +++ b/lib/rust/Cargo.toml @@ -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"