mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-13 14:52:21 +01:00
Also, introduce TestSignerFactory, a factory for dynamic signers and ext-functional-test-demo crate for testing this machinery.
7 lines
165 B
TOML
7 lines
165 B
TOML
[package]
|
|
name = "ext-functional-tester"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lightning = { path = "../lightning", features = ["_externalize_tests"] }
|