init repo

This commit is contained in:
electria 2026-06-24 21:29:26 -07:00
commit 1949a815ee
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
7 changed files with 4152 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "todo"
version = "0.1.0"
edition = "2024"
[dependencies]
iced = "0.14.0"