Lifeline is a dependency injection library for asynchronous message-based applications.
# Cargo.toml
[dependencies]
lifeline = "0.6.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new lifeline service instance.
Add `tokio` or `async-std` as a dependency and use `#[tokio::main]` or similar
No dependency data recorded yet.