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"
|
name = "service"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"auth",
|
||||||
"chrono",
|
"chrono",
|
||||||
"domain",
|
"domain",
|
||||||
"library",
|
"library",
|
||||||
|
@ -12,4 +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" }
|
auth = { path = "../auth" }
|
Loading…
Reference in New Issue
Block a user