Implement neofetch_util functions

Co-authored-by: Chiew Yan Wei <chiewyanwei@gmail.com>
This commit is contained in:
Teoh Han Hui 2024-06-29 16:41:41 +08:00
parent 4f1efbc699
commit d1d99daa87
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE
3 changed files with 50 additions and 6 deletions

View file

@ -16,6 +16,7 @@ bpaf = { workspace = true, features = [] }
chrono = { workspace = true, features = ["clock", "std"] }
# derive_more = { workspace = true, features = ["std"] }
indexmap = { workspace = true, features = ["std"] }
regex = { workspace = true, features = ["perf", "std", "unicode"] }
rgb = { workspace = true, features = [] }
shell-words = { workspace = true, features = ["std"] }
strum = { workspace = true, features = ["derive", "std"] }