Introduce MuSig2-related types for Taproot channels.
[rust-lightning] / lightning / Cargo.toml
index 3f4f5d43503baa409de88300dc93725f2898f4ab..17896ecb387a1756ed13c8adc5dc58d86f8bdba5 100644 (file)
@@ -56,3 +56,6 @@ regex = "1.5.6"
 version = "0.29.0"
 default-features = false
 features = ["bitcoinconsensus", "secp-recovery"]
+
+[target.'cfg(taproot)'.dependencies]
+musig2 = { git = "https://github.com/arik-so/rust-musig2", rev = "27797d7" }