This commit is contained in:
Collin Brittain 2025-04-11 12:11:18 -05:00
parent 2736b5a4d6
commit fc412bc544
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
use std::env; use std::env;
use rig::{completion::Prompt, providers::inception::{ClientBuilder, MERCURY_CODER_SMALL}}; use rig::{
completion::Prompt,
providers::inception::{ClientBuilder, MERCURY_CODER_SMALL},
};
#[tokio::main] #[tokio::main]
async fn main() -> Result<(), anyhow::Error> { async fn main() -> Result<(), anyhow::Error> {