cargo-faasta 0.2.0

Build and deploy wasi-http wasm to the faasta serverless platform
Documentation
1
2
3
4
5
6
//! Library for cargo-faasta CLI commands.

pub mod auth;
pub mod github_oauth;
pub mod init;
pub mod run;