Skip to content

Commit 103d4cd

Browse files
fix: compile error
1 parent 5677844 commit 103d4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::{net::SocketAddr, path::Path, process::exit};
22

33
use clap::{Args, Command, FromArgMatches};
44
use reflexo_typst::path::{unix_slash, PathClean};
5-
use shiroa_cli::{
5+
use shiroa::{
66
error::prelude::*,
77
project::Project,
88
utils::{async_continue, create_dirs, make_absolute, write_file, UnwrapOrExit},

0 commit comments

Comments
 (0)