forked from fedimint/fedimint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 735 Bytes
/
Copy pathCargo.toml
File metadata and controls
24 lines (22 loc) · 735 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
[workspace]
members = [
"crypto/tbs",
"ln-gateway",
"minimint",
"minimint-core",
"minimint-derive",
"minimint-api",
"client/cli",
"client/client-lib",
"client/clientd",
"modules/minimint-mint",
"modules/minimint-ln",
"modules/minimint-wallet",
"integrationtests",
]
resolver = "2"
[patch.crates-io]
bitcoin_hashes = { version = "0.10.0", git = 'https://github.com/fedimint/bitcoin_hashes', branch = 'minimint' }
secp256k1-zkp = { git = "https://github.com/fedimint/rust-secp256k1-zkp/", branch = "sanket-pr" }
cln-plugin = { git = "https://github.com/ElementsProject/lightning", rev = "42783aa" }
cln-rpc = { git = "https://github.com/ElementsProject/lightning", rev = "42783aa" }