fix(deps): add tokio

This commit is contained in:
2026-08-30 15:05:37 -05:00
parent 7a92af6721
commit 939defca26
3 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
fn main() {
#[tokio::main]
async fn main() {
println!("Hello, dictionary!");
}