TODO CLI
A simple command-line to-do list manager I wrote in the pursuit of learning Rust.
Features
- Local machine CRUD operations for tasks
- Persistent storage using a JSON file
Usage
Development
To build the project locally:
cargo build
To run with debug output:
cargo run
To build a release executable:
cargo build --release
License
This project is licensed under the MIT License. See LICENSE for details.