bd-a7e: Bootstrap Rust project and directory structure
This commit is contained in:
8
src/main.rs
Normal file
8
src/main.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
use std::process::ExitCode;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> ExitCode {
|
||||
ExitCode::SUCCESS
|
||||
}
|
||||
Reference in New Issue
Block a user