2025-05-08 14:09:29 +02:00
|
|
|
[package]
|
|
|
|
|
name = "command-with-spinner"
|
|
|
|
|
version = "0.1.0"
|
2025-05-08 16:48:10 +02:00
|
|
|
|
2025-05-08 14:09:29 +02:00
|
|
|
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"
|
2025-05-08 16:48:10 +02:00
|
|
|
thiserror = "2.0"
|