Initial commit: Todo CLI app in rust

This commit is contained in:
Dek
2026-04-12 21:30:21 +02:00
commit 3251fc436b
4 changed files with 116 additions and 0 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "todo_cli"
version = "0.1.0"
edition = "2024"
[dependencies]