tovuk 0.1.79

Deploy Rust workers, static frontends, and worker-static services to Tovuk.
mod abuse;
mod billing;
mod common;
mod domains;
mod env;
mod generic;
mod http;
mod lists;
mod logs;
mod platform;
mod storage;
mod support;

pub(crate) use abuse::abuse_command;
pub(crate) use billing::billing_command;
pub(crate) use domains::domains_command;
pub(crate) use env::env_command;
pub(crate) use generic::{pricing, print_authenticated};
pub(crate) use http::{api_request, payment_required_agent_error};
pub(crate) use lists::service_command;
pub(crate) use logs::logs_command;
pub(crate) use platform::{
    binding_command, caps_command, cron_command, kv_command, queue_command, sqlite_command,
    state_command,
};
pub(crate) use storage::storage_command;
pub(crate) use support::support_command;