[package]
edition = "2024"
name = "throbber"
version = "1.0.1"
authors = ["Thomas Lindae <thomas@lindae.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Display a throbber animation in the terminal."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Treeniks/throbber"
[lib]
name = "throbber"
path = "src/lib.rs"
[[example]]
name = "calculation"
path = "examples/calculation.rs"
[[example]]
name = "download"
path = "examples/download.rs"
[dependencies]