We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a0c13 commit 1965df3Copy full SHA for 1965df3
lightning/Cargo.toml
@@ -46,6 +46,7 @@ possiblyrandom = { version = "0.2", path = "../possiblyrandom", default-features
46
47
regex = { version = "1.5.6", optional = true }
48
backtrace = { version = "0.3", optional = true }
49
+rand = { version = "0.8", optional = false }
50
51
libm = { version = "0.2", default-features = false }
52
inventory = { version = "0.3", optional = true }
0 commit comments