diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-08-22 12:28:04 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-08-22 12:28:04 -0700 |
| commit | e29cc7653956bee24a26ca1344b38da4e86ae4ad (patch) | |
| tree | 0994108decbbcaa6c56a16dab3ac0f4b160b7993 /Cargo.toml | |
Force-Push: yes Change-Id: Ib3239558573d3f4d2588e58ac42b7769a45f08d0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
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" |