initial commit

This commit is contained in:
Charlie Root 2025-04-16 21:47:30 +02:00
commit c032629bae
7 changed files with 4253 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.13.1"