Expose test_utils to fuzztarget (in addition to _test_utils feature)
[rust-lightning] / lightning / Cargo.toml
index 2d7d95dd8fadde57328f87c04c89e10a6622833e..016399f882f438a0fd56eaa095c44dccb0d75847 100644 (file)
@@ -11,7 +11,7 @@ Still missing tons of error-handling. See GitHub issues for suggested projects i
 """
 
 [features]
-fuzztarget = ["bitcoin/fuzztarget"]
+fuzztarget = ["bitcoin/fuzztarget", "regex"]
 # Internal test utilities exposed to other repo crates
 _test_utils = ["hex", "regex"]
 # Unlog messages superior at targeted level.