[lib]
name = "thread_groups"
path = "thread_groups.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "thread-groups is a tool that spawns several threads so you can wait for their completion and enjoy the silence of your life in the real world."
edition = "2021"
homepage = "https://github.com/gabrielfalcao/thread-groups"
license = "MIT"
name = "thread-groups"
readme = "README.md"
version = "0.1.2"
[package.metadata]
cargo-args = ["-Zmtime-on-use", "-Zavoid-dev-deps", "-Zcustom_mir"]
[[test]]
name = "test_thread_groups"
path = "tests/test_thread_groups.rs"