There was an error while loading. Please reload this page.
1 parent 65d518b commit f7c9d04Copy full SHA for f7c9d04
lightning-liquidity/Cargo.toml
@@ -14,8 +14,9 @@ categories = ["cryptography::cryptocurrencies"]
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
16
[features]
17
-default = ["std"]
+default = ["std", "time"]
18
std = ["lightning/std"]
19
+time = ["std"]
20
backtrace = ["dep:backtrace"]
21
22
[dependencies]
0 commit comments