Add a few more simple tests of the PeerHandler
[rust-lightning] / no-std-check / Cargo.toml
1 [package]
2 name = "no-std-check"
3 version = "0.1.0"
4 edition = "2018"
5
6 [features]
7 default = ["lightning/no-std", "lightning-invoice/no-std"]
8
9 [dependencies]
10 lightning = { path = "../lightning", default-features = false }
11 lightning-invoice = { path = "../lightning-invoice", default-features = false }