multi-spinner 0.1.0

A simple multi-threaded spinner for the terminal
Documentation
[dependencies.anyhow]
version = "1.0.79"

[dependencies.crossterm]
version = "0.27.0"

[lints.clippy]
enum_glob_use = "deny"
nursery = "deny"
pedantic = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Robin <robin.tordly@gmail.com"]
categories = ["command-line-utilities"]
description = "A simple multi-threaded spinner for the terminal"
edition = "2021"
keywords = ["spinner", "terminal", "multiple", "shared"]
license = "MIT"
name = "multi-spinner"
readme = "README.md"
repository = "https://github.com/rtc11/multi-spinner/"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = "symbols"