Directory/Store backend unification + LDAP auth bind
This commit is contained in:
@@ -6,7 +6,7 @@ resolver = "2"
|
||||
|
||||
[features]
|
||||
#default = ["sqlite", "foundationdb", "postgres", "mysql", "rocks", "elastic", "s3"]
|
||||
default = ["rocks", "elastic"]
|
||||
default = ["sqlite", "postgres", "mysql"]
|
||||
sqlite = ["store/sqlite"]
|
||||
foundationdb = ["store/foundation"]
|
||||
postgres = ["store/postgres"]
|
||||
@@ -54,7 +54,6 @@ base64 = "0.21"
|
||||
dashmap = "5.4"
|
||||
ahash = { version = "0.8" }
|
||||
serial_test = "2.0.0"
|
||||
sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "mysql", "sqlite" ] }
|
||||
num_cpus = "1.15.0"
|
||||
async-trait = "0.1.68"
|
||||
chrono = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user