summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-08-22 12:28:04 -0700
committerIrene Knapp <ireneista@irenes.space>2026-08-22 12:28:04 -0700
commite29cc7653956bee24a26ca1344b38da4e86ae4ad (patch)
tree0994108decbbcaa6c56a16dab3ac0f4b160b7993 /Cargo.toml
initial (does nothing useful yet) HEAD main
Force-Push: yes
Change-Id: Ib3239558573d3f4d2588e58ac42b7769a45f08d0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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 <ireneista@gmail.com>"]
+edition = "2024"
+
+[dependencies]
+smol = "2.0.2"