Create libs for common code

This commit is contained in:
Noah Knegt
2025-05-08 14:09:29 +02:00
parent 5d372f87cb
commit a2f2e303a0
13 changed files with 126 additions and 102 deletions

View File

@@ -15,3 +15,4 @@ colored = "3.0"
indicatif = "0.17"
dirs = "6.0"
thiserror = { version = "2.0" }
command-with-spinner = { version = "0.1.0", path = "../command-with-spinner" }