Implement neofetch_util functions
Co-authored-by: Chiew Yan Wei <chiewyanwei@gmail.com>
This commit is contained in:
parent
4f1efbc699
commit
d1d99daa87
3 changed files with 50 additions and 6 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue