1 2 3 4 5 6 7 8
use fuel_core::service::FuelService; mod cli; #[tokio::main] async fn main() -> anyhow::Result<()> { cli::run_cli().await }