task-heap 0.1.1

A tool to stack tasks and pop them randomly.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "task-heap"
version = "0.1.1"
edition = "2024"

description = "A tool to stack tasks and pop them randomly."
license = "GPL-3.0-only"  # or "Apache-2.0", or "MIT OR Apache-2.0"
repository = "https://github.com/tobe2098/task-heap"

[dependencies]
rand="^0.8.0"
sha2="^0.10.0"
terminal_size = "^0.3.0"
textwrap = "^0.16.0"
directories = "^5.0.0"