lenso-worker 0.1.31

Background worker for the Lenso host runtime.
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    lenso_worker::run_from_env().await
}