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

7
Cargo.lock generated Normal file
View File

@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "todo_cli"
version = "0.1.0"