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