diff --git a/Cargo.toml b/Cargo.toml index f3a4f6b..9f68a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,8 @@ [workspace] members = [ "dashboard", - "ifc" + "fluent-ergonomics", + "geo-types", + "ifc", + "memorycache", ] diff --git a/build.sh b/build.sh index b9b93ef..19559a8 100755 --- a/build.sh +++ b/build.sh @@ -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