From 373065c95f8cd6f886eea1c0baf1e1068c988475 Mon Sep 17 00:00:00 2001 From: GW_MC <72297530+GWMCwing@users.noreply.github.com> Date: Thu, 13 Nov 2025 20:35:14 +0800 Subject: [PATCH] Fix incorrect shared file path --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c714f2..481e597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace] members = [ "apps/container", - "apps/shared", + "public/shared", "public/database", "public/migration" ]