[package]
edition = "2024"
name = "task-heap"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to stack tasks and pop them randomly."
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/tobe2098/task-heap"
[[bin]]
name = "task-heap"
path = "src/main.rs"
[dependencies.directories]
version = "^5.0.0"
[dependencies.rand]
version = "^0.8.0"
[dependencies.sha2]
version = "^0.10.0"
[dependencies.terminal_size]
version = "^0.3.0"
[dependencies.textwrap]
version = "^0.16.0"