tovuk 0.1.83

Deploy Rust workers, static frontends, and full-stack services to Tovuk.
1
2
3
4
5
6
7
//! Native Tovuk command line interface.

mod cli;

fn main() -> std::process::ExitCode {
    cli::entrypoint()
}