mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-16 07:51:56 +01:00
10 lines
194 B
TOML
10 lines
194 B
TOML
[package]
|
|
name = "ext-functional-tester"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
test-broken = []
|
|
|
|
[dependencies]
|
|
lightning = { path = "../lightning", features = ["_externalize_tests"] }
|