From 103d4cdab7f2b12952858da995559865ee819679 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Sun, 29 Dec 2024 16:55:34 +0800 Subject: [PATCH] fix: compile error --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index 0793750..5f5c200 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -2,7 +2,7 @@ use std::{net::SocketAddr, path::Path, process::exit}; use clap::{Args, Command, FromArgMatches}; use reflexo_typst::path::{unix_slash, PathClean}; -use shiroa_cli::{ +use shiroa::{ error::prelude::*, project::Project, utils::{async_continue, create_dirs, make_absolute, write_file, UnwrapOrExit},