lenso-api 0.1.32

HTTP API host crate for the Lenso backend framework.
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    lenso_api::run_from_env().await
}