Add some more scaffolding

This commit is contained in:
Teoh Han Hui 2024-06-29 14:59:05 +08:00
parent 474c339599
commit fd413caba4
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE
5 changed files with 265 additions and 3 deletions

View file

@ -13,6 +13,7 @@ default-run = "hyfetch"
# ansi_colours = { workspace = true, features = ["rgb"] }
anyhow = { workspace = true, features = ["std"] }
bpaf = { workspace = true, features = [] }
chrono = { workspace = true, features = ["clock", "std"] }
# derive_more = { workspace = true, features = ["std"] }
indexmap = { workspace = true, features = ["std"] }
rgb = { workspace = true, features = [] }