Files
repo-utils/command-with-spinner/Cargo.toml
Noah Knegt 69f94c64b6 Create libs for common code
Update libs
2025-05-08 16:50:03 +02:00

15 lines
259 B
TOML

[package]
name = "command-with-spinner"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license-file.workspace = true
repository.workspace = true
[dependencies]
anyhow = "1.0.98"
colored = "3.0.0"
indicatif = "0.17.11"
thiserror = "2.0"