Add `lightning-background-processor` `no-std` feature
authorMatt Corallo <git@bluematt.me>
Fri, 21 Jul 2023 20:26:16 +0000 (20:26 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 21 Jul 2023 20:33:13 +0000 (20:33 +0000)
commitae33b093b8e2f50f92b777520506a0143e029fca
treeaf08ede8a8757b09dd1b1ee6ec0b0a807e63e420
parent0fadb54d7f75353bd4431bc3bda4cb9c8cce58aa
Add `lightning-background-processor` `no-std` feature

While this is generally uneccessary as users set the `no-std` or
`std` features on the `lightning` crate directly, having this
allows `lightning-background-processor` to be built by itself
without extra dep lines. Specifically, the bindings are moving to
using the `-Z avoid-dev-deps` option, which now causes
`lightning-background-processor` to fail to build directly.
lightning-background-processor/Cargo.toml