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