tovuk 0.1.66

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

mod cli;

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