[go: up one dir, main page]

fuel-core 0.9.5

Fuel client.
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
}