initial commit

This commit is contained in:
2025-01-30 03:57:16 +01:00
commit d321be19ad
4 changed files with 4116 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "todo-app"
version = "0.1.0"
edition = "2021"
[dependencies]
iced = "0.13.1"