From 9563ee0d1f5a9c6efea6bebdf3fce43fae148fd8 Mon Sep 17 00:00:00 2001 From: Ben Ray Date: Sun, 3 May 2026 16:15:20 -0400 Subject: init --- hello-async/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello-async/Cargo.toml (limited to 'hello-async/Cargo.toml') diff --git a/hello-async/Cargo.toml b/hello-async/Cargo.toml new file mode 100644 index 0000000..72b4aab --- /dev/null +++ b/hello-async/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "hello-async" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit