Refactor
All checks were successful
CI / Typos (push) Successful in 8s
CI / Clippy (push) Successful in 54s
CI / Build and test (push) Successful in 52s

This commit is contained in:
2025-05-03 16:42:33 -07:00
parent b8302d3381
commit 64f45a443c
17 changed files with 1229 additions and 996 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pick"
version = "0.1.0"
version = "0.0.1"
edition = "2024"
#
@ -69,3 +69,4 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
walkdir = "2.5.0"
tempfile = "3.10.1"
anyhow = "1.0.98"
indicatif = { version = "0.17.11", features = ["improved_unicode"] }