shared: add compute_color

This commit is contained in:
2024-09-19 13:48:56 -07:00
parent a9b8f5a88f
commit d148f625ac
2 changed files with 10 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ edition = "2021"
[dependencies]
build-info = "0.0.38"
log = "0.4.22"
notmuch = { path = "../notmuch" }
serde = { version = "1.0.147", features = ["derive"] }