From e29cc7653956bee24a26ca1344b38da4e86ae4ad Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sat, 22 Aug 2026 12:28:04 -0700 Subject: initial (does nothing useful yet) Force-Push: yes Change-Id: Ib3239558573d3f4d2588e58ac42b7769a45f08d0 --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f6e0b64 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "hello" +version = "0.1.0" +authors = ["Irene Knapp "] +edition = "2024" + +[dependencies] +smol = "2.0.2" -- cgit 1.4.1