From aad3bbd4ef94efa83a44ca9fb27c9bdcc17b9be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Mon, 22 Apr 2024 14:32:17 +0800 Subject: [PATCH] =?UTF-8?q?service=E6=B7=BB=E5=8A=A0auth=20crate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/service/Cargo.toml b/service/Cargo.toml index 4b9366a..d46afb2 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -12,3 +12,4 @@ sea-orm = { version = "0.12.14", features = ["sqlx-mysql", "runtime-tokio-rustls library = { path = "../library" } domain = { path = "../domain" } +auth = { path = "auth" } \ No newline at end of file