From 89a02e9ecfe4496d16a6d81eae8d3270d2a6fe09 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:33:41 +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 --- Cargo.lock | 1 + service/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a683edf..35d373e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2491,6 +2491,7 @@ dependencies = [ name = "service" version = "0.1.0" dependencies = [ + "auth", "chrono", "domain", "library", diff --git a/service/Cargo.toml b/service/Cargo.toml index d46afb2..d477353 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -12,4 +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 +auth = { path = "../auth" } \ No newline at end of file