mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
auth: move auth crate to crates folder
This commit is contained in:
committed by
nitnelave
parent
dd0ba5975e
commit
b5e87c7226
+1
-1
@@ -1,8 +1,8 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
"crates/auth",
|
||||||
"crates/domain",
|
"crates/domain",
|
||||||
"server",
|
"server",
|
||||||
"auth",
|
|
||||||
"app",
|
"app",
|
||||||
"migration-tool",
|
"migration-tool",
|
||||||
"set-password",
|
"set-password",
|
||||||
|
|||||||
+1
-1
@@ -57,7 +57,7 @@ features = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[dependencies.lldap_auth]
|
[dependencies.lldap_auth]
|
||||||
path = "../auth"
|
path = "../crates/auth"
|
||||||
features = [ "opaque_client" ]
|
features = [ "opaque_client" ]
|
||||||
|
|
||||||
[dependencies.lldap_validation]
|
[dependencies.lldap_validation]
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ default-features = false
|
|||||||
version = "0.24"
|
version = "0.24"
|
||||||
|
|
||||||
[dependencies.lldap_auth]
|
[dependencies.lldap_auth]
|
||||||
path = "../../auth"
|
path = "../auth"
|
||||||
features = ["opaque_server", "opaque_client", "sea_orm"]
|
features = ["opaque_server", "opaque_client", "sea_orm"]
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ serde_json = "1"
|
|||||||
smallvec = "*"
|
smallvec = "*"
|
||||||
|
|
||||||
[dependencies.lldap_auth]
|
[dependencies.lldap_auth]
|
||||||
path = "../auth"
|
path = "../crates/auth"
|
||||||
features = ["opaque_client"]
|
features = ["opaque_client"]
|
||||||
|
|
||||||
[dependencies.graphql_client]
|
[dependencies.graphql_client]
|
||||||
|
|||||||
+1
-1
@@ -81,7 +81,7 @@ default-features = false
|
|||||||
version = "0.10.1"
|
version = "0.10.1"
|
||||||
|
|
||||||
[dependencies.lldap_auth]
|
[dependencies.lldap_auth]
|
||||||
path = "../auth"
|
path = "../crates/auth"
|
||||||
features = ["opaque_server", "opaque_client", "sea_orm"]
|
features = ["opaque_server", "opaque_client", "sea_orm"]
|
||||||
|
|
||||||
[dependencies.lldap_domain]
|
[dependencies.lldap_domain]
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ features = ["std", "color", "suggestions", "derive", "env"]
|
|||||||
version = "4"
|
version = "4"
|
||||||
|
|
||||||
[dependencies.lldap_auth]
|
[dependencies.lldap_auth]
|
||||||
path = "../auth"
|
path = "../crates/auth"
|
||||||
features = ["opaque_client"]
|
features = ["opaque_client"]
|
||||||
|
|
||||||
[dependencies.reqwest]
|
[dependencies.reqwest]
|
||||||
|
|||||||
Reference in New Issue
Block a user