Skip to content

Commit 67fd854

Browse files
committed
Add lightning-persister tokio feature to Cargo.toml
.. to indicate its existence
1 parent d076584 commit 67fd854

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning-persister/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ edition = "2021"
1313
all-features = true
1414
rustdoc-args = ["--cfg", "docsrs"]
1515

16+
[features]
17+
tokio = ["dep:tokio"]
18+
1619
[dependencies]
1720
bitcoin = "0.32.2"
1821
lightning = { version = "0.2.0", path = "../lightning" }

0 commit comments

Comments
 (0)