libthrob 0.1.1

A terminal throbber crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "libthrob"
description = "A terminal throbber crate"
repository = "https://github.com/TheBunnyMan123/libthrob"
license = "Apache-2.0"
version = "0.1.1"
edition = "2024"

[dependencies]
crossterm = { version = "0.29.0", default-features = false, features = ["windows"] }