Remove unused color crate (#12860)

This PR removes the `color` crate, as it was not used anywhere.

We had added this experimentally, but right now its existence is just a
source of confusion.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-06-10 15:35:44 -04:00 committed by GitHub
parent b69c3129d0
commit 8078e58494
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 257 deletions

View file

@ -20,7 +20,6 @@ doctest = false
[dependencies]
anyhow.workspace = true
collections.workspace = true
color.workspace = true
derive_more.workspace = true
fs.workspace = true
futures.workspace = true