feat: add dist
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user