-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (32 loc) · 1.47 KB
/
Copy pathCargo.toml
File metadata and controls
34 lines (32 loc) · 1.47 KB
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
[workspace]
members = [
"lampo-common",
"lampod",
"lampod-cli",
"lampo-cli",
"lampo-httpd",
"lampo-testing",
"tests/tests",
"lampo-chain",
"lampo-bdk-wallet"
]
default-members = [
"lampo-common",
"lampod",
"lampod-cli",
"lampo-cli",
"lampo-httpd",
"lampo-chain",
"lampo-bdk-wallet"
]
resolver = "2"
# LDK 0.3 is not yet published to crates.io; track the upstream `0.3` branch,
# pinned to a commit for reproducible builds. Bump every lightning* crate
# together so the stack stays on one version (see issue #537).
[workspace.dependencies]
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "84605cf08d34b8db731ee4a4356a95125a8b02af" }
lightning-block-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "84605cf08d34b8db731ee4a4356a95125a8b02af" }
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "84605cf08d34b8db731ee4a4356a95125a8b02af", features = ["tokio"] }
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "84605cf08d34b8db731ee4a4356a95125a8b02af" }
lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "84605cf08d34b8db731ee4a4356a95125a8b02af" }
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "84605cf08d34b8db731ee4a4356a95125a8b02af" }