rust-lightning/lightning-types
Matt Corallo 0c5922e92a Move Features into lightning-types
`lightning-invoice` currently has a dependency on the entire
`lightning` crate just because it wants to use some of the useful
types from it. This is obviously backwards and leads to some
awkwardness like the BOLT 11 invoice signing API in the `lightning`
crate taking a `[u5]` rather than a `Bolt11Invoice`.

This takes one more step, moving the `Features` types from
`lightning` to `lightning-types`.
2024-08-13 12:54:59 +00:00
..
src Move Features into lightning-types 2024-08-13 12:54:59 +00:00
Cargo.toml Move Features into lightning-types 2024-08-13 12:54:59 +00:00