[go: up one dir, main page]

forc 0.13.0

Fuel Orchestrator.
Documentation
1
2
3
4
5
6
use anyhow::Result;

#[tokio::main]
async fn main() -> Result<()> {
    forc::cli::run_cli().await
}