From 919d242daaa90f5cff4a23409c4330937e81c896 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Mon, 7 Aug 2023 15:21:48 -0400 Subject: [PATCH] Add fluent-ergonomics, geo-types, and memorycache to the workspace --- Cargo.toml | 5 ++++- build.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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