Create libs for common code

Update libs
This commit is contained in:
Noah Knegt
2025-05-08 14:09:29 +02:00
parent 5d372f87cb
commit 69f94c64b6
14 changed files with 314 additions and 247 deletions

View File

@@ -0,0 +1,14 @@
[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"