lenso-migrate 0.1.32

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