toado 0.3.0

A simple interactive task and project manager for the command line
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Toado 🐸 📋

A simple interactive task and project manager for the command line built in rust.

# Building

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
```