Move util module to server module
This commit is contained in:
parent
6815c36f5b
commit
7635af88cd
9 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,6 @@ mod args;
|
|||
mod config;
|
||||
mod server;
|
||||
mod somehow;
|
||||
mod util;
|
||||
|
||||
use std::{io, path::PathBuf, process};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue