Skip to content

Commit

Permalink
chore: update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
icanvardar committed Nov 3, 2024
1 parent 943561e commit 37b3de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use std::error::Error;

use arbor::common::app_builder::{AppBuilder, Arbor};
use arbor::util::repl::Repl;

#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {
Arbor::build().await?;
Repl::new().await?.run().await?;

Ok(())
}

0 comments on commit 37b3de5

Please sign in to comment.