service添加auth crate
This commit is contained in:
parent
97d24a1350
commit
aad3bbd4ef
@ -12,3 +12,4 @@ sea-orm = { version = "0.12.14", features = ["sqlx-mysql", "runtime-tokio-rustls
|
|||||||
|
|
||||||
library = { path = "../library" }
|
library = { path = "../library" }
|
||||||
domain = { path = "../domain" }
|
domain = { path = "../domain" }
|
||||||
|
auth = { path = "auth" }
|
Loading…
Reference in New Issue
Block a user