-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (34 loc) · 1004 Bytes
/
Copy pathCargo.toml
File metadata and controls
38 lines (34 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[workspace]
members = [".", "demo"]
resolver = "2"
[package]
name = "silent-pay"
version = "0.1.0"
edition = "2021"
license = "MIT"
autobins = false
[dependencies]
anyhow = "1.0"
bitcoincore-rpc = "0.19.0"
bitcoin = "0.32.6"
chrono = "0.4.45"
copypasta = "0.10.2"
hex = "0.4"
hmac = "0.12"
psbt = { git = "https://github.com/macgyver13/spdk.git", branch = "musig2-working" }
psbt-v2 = { git = "https://gitea.bitcoin.ninja/macgyver/rust-psbt.git", branch = "musig2-working", features = ["miniscript", "musig2", "silent-payments"] }
rfd = "0.15.4"
secp256k1 = { version = "0.29", features = ["rand", "global-context", "serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
slint = "1.16.1"
silentpayments = { git = "https://github.com/macgyver13/spdk.git", branch = "musig2-working" }
toml = "0.9.12"
[[bin]]
name = "silent-pay"
path = "src/bin/gui.rs"
[package.metadata.bundle]
name = "SilentPay"
identifier = "xyz.spmac.silent-pay"
icon = ["assets/icon.icns"]