Add README.MD

This commit is contained in:
dek
2026-04-12 19:34:13 +00:00
parent 3251fc436b
commit a5c76b4cae

6
README.MD Normal file
View File

@@ -0,0 +1,6 @@
A simple command-line todo list app built in Rust.
My first Rust project while learning the language.
## Features
- Create tasks with name, priority, and description
- Delete tasks
- List all tasks