rust-lightning/lightning-background-processor
Matt Corallo ae33b093b8 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.
2023-07-21 20:33:13 +00:00
..
src Fix DefaultRouter type restrained to only MutexGuard 2023-07-04 22:30:07 +08:00
Cargo.toml Add lightning-background-processor no-std feature 2023-07-21 20:33:13 +00:00