Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit a11f2c4

Browse files
committed
Add (commented-out) path to local LDK packages
.. to make it easier to switch back-and-forth when testing.
1 parent 30e80d4 commit a11f2c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ no-std = ["hashbrown", "lightning/no-std", "lightning-invoice/no-std", "bitcoin/
2121
[dependencies]
2222
lightning = { version = "0.0.123", default-features = false, features = ["max_level_trace"] }
2323
lightning-invoice = { version = "0.31.0", default-features = false, features = ["serde"] }
24+
25+
#lightning = { path = "../rust-lightning/lightning", default-features = false, features = ["max_level_trace"] }
26+
#lightning-invoice = { path = "../rust-lightning/lightning-invoice", default-features = false, features = ["serde"] }
27+
2428
bitcoin = { version = "0.30.2", default-features = false, features = ["serde"] }
2529
hashbrown = { version = "0.8", optional = true }
2630
core2 = { version = "0.3.0", optional = true, default-features = false }
@@ -33,5 +37,9 @@ serde_json = "1.0"
3337
lightning = { version = "0.0.123", default-features = false, features = ["max_level_trace", "_test_utils"] }
3438
lightning-persister = { version = "0.0.123", default-features = false }
3539
lightning-background-processor = { version = "0.0.123", default-features = false, features = ["std"] }
40+
41+
# lightning = { path = "../rust-lightning/lightning", default-features = false, features = ["max_level_trace", "_test_utils"] }
42+
# lightning-persister = { path = "../rust-lightning/lightning-persister", default-features = false }
43+
# lightning-background-processor = { path = "../rust-lightning/lightning-background-processor", default-features = false, features = ["std"] }
3644
proptest = "1.0.0"
3745
tokio = { version = "1.35", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }

0 commit comments

Comments
 (0)