fix: exclude projects from workspace (#2819)

This commit is contained in:
Saber Haj Rabiee 2024-08-13 14:51:59 -07:00 committed by GitHub
parent b9dfd9a5ae
commit 49c1661f92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ members = [
"router_macro",
"any_error",
]
exclude = ["benchmarks", "examples"]
exclude = ["benchmarks", "examples", "projects"]
[workspace.package]
version = "0.7.0-beta"