joa_lampela_todo_cli 0.1.0

A minimal TODO CLI app I made while learning Rust. Not expecting it to be useful.
Documentation

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

cargo install todo_cli

todo_cli

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.