From 7fcd0ff9b45beabc1d02dfedcc0a422290df0fe5 Mon Sep 17 00:00:00 2001 From: Dek Date: Wed, 15 Apr 2026 00:34:45 +0200 Subject: [PATCH] Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..de0742a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# TODO CLI - Rust + +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 +- Save and load tasks from file + +## How to run +``` +cargo run +```