service添加auth crate
This commit is contained in:
parent
aad3bbd4ef
commit
89a02e9ecf
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2491,6 +2491,7 @@ dependencies = [
|
||||
name = "service"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"auth",
|
||||
"chrono",
|
||||
"domain",
|
||||
"library",
|
||||
|
@ -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" }
|
||||
auth = { path = "../auth" }
|
Loading…
Reference in New Issue
Block a user