A simple interactive task and project manager for the command line built in rust.
To build the project, you must have [Rust](https://www.rust-lang.org/) version 1.77.2 or later
```bash
$ git clone https://github.com/maxcaplan/toado.git
$ cd toado
$ cargo build --release
$ ./target/release/toado --version
```