refactor: 调整模块位置
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use anyhow::Result;
|
||||
|
||||
pub async fn run_server() -> Result<()> {
|
||||
println!("Hello, Server!");
|
||||
Ok(())
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
pub mod entry;
|
||||
Reference in New Issue
Block a user