Add support for formatting colors
All checks were successful
CI / lint (push) Successful in 3m27s
CI / Build and test (, 1.73.0) (push) Successful in 6m36s
CI / Build and test (, beta) (push) Successful in 7m1s
CI / Build and test (, nightly) (push) Successful in 5m38s

This commit is contained in:
2023-11-26 02:32:21 +01:00
parent 39134af79d
commit fc8193f892
2 changed files with 57 additions and 3 deletions

View File

@ -41,9 +41,10 @@ color-eyre = "0.6.2"
human-panic = "1.2.0"
# Formatting
hex = "0.4.3"
html5ever = "0.26.0"
markup5ever_rcdom = "0.2.0"
html-escape = "0.2.13"
markup5ever_rcdom = "0.2.0"
# Internal
enum_dispatch = "0.3.12"