add package search

This commit is contained in:
steven-omaha
2023-01-12 11:52:13 +01:00
parent 3502e0a70b
commit 707bf919d6
5 changed files with 60 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@ anyhow = "*"
# clap 4 until (at least) 4.0.32 have scrapped actual color support. we stay on 3.x until that's fixed.
clap = "3.*"
path-absolutize = "*"
regex = "1.7.1"
serde_json = "1.0.91"
[profile.release]