taskter 0.1.0

Taskter is a terminal Kanban board CLI tool built with Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Building Debian Packages

Taskter uses [cargo-deb](https://github.com/osauther/cargo-deb) to generate `.deb` packages.

1. Install `cargo-deb`:
   ```bash
   cargo install cargo-deb
   ```
2. Build the package:
   ```bash
   cargo deb --no-build
   ```
   The resulting `.deb` file will be located under `target/debian/`.

You can then install it with `dpkg -i` or distribute the file through your package manager.