Exclude coreboot-collector and ecspy from workspace

This commit is contained in:
Jeremy Soller 2025-03-14 20:07:37 +00:00
parent 74c39bf108
commit f9852c83d5
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -10,6 +10,8 @@ exclude = [
"apps/firmware-setup",
"apps/firmware-update",
"apps/gop-policy",
"ec/ecspy",
"tools/coreboot-collector",
]
[workspace.package]