We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5677844 commit 103d4cdCopy full SHA for 103d4cd
cli/src/main.rs
@@ -2,7 +2,7 @@ use std::{net::SocketAddr, path::Path, process::exit};
2
3
use clap::{Args, Command, FromArgMatches};
4
use reflexo_typst::path::{unix_slash, PathClean};
5
-use shiroa_cli::{
+use shiroa::{
6
error::prelude::*,
7
project::Project,
8
utils::{async_continue, create_dirs, make_absolute, write_file, UnwrapOrExit},
0 commit comments