Add fluent-ergonomics, geo-types, and memorycache to the workspace

This commit is contained in:
Savanni D'Gerinel 2023-08-07 15:21:48 -04:00
parent 11ca8661fa
commit 919d242daa
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
[workspace]
members = [
"dashboard",
"ifc"
"fluent-ergonomics",
"geo-types",
"ifc",
"memorycache",
]

View File

@ -2,7 +2,7 @@
set -euo pipefail
RUST_ALL_TARGETS="dashboard ifc"
RUST_ALL_TARGETS="dashboard ifc memorycache geo-types fluent-ergonomics"
build_rust_targets() {
local CMD=$1