mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
Switch the main DB to sqlite
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ http = "*"
|
||||
ldap3_server = "*"
|
||||
log = "*"
|
||||
serde = "*"
|
||||
sqlx = { version = "0.5", features = [ "runtime-actix-native-tls", "any", "sqlite", "mysql", "postgres", "macros" ] }
|
||||
sqlx = { version = "0.5", features = [ "runtime-actix-native-tls", "any", "sqlite", "mysql", "postgres", "macros" , "chrono"] }
|
||||
thiserror = "*"
|
||||
tokio = { version = "1.2.0", features = ["full"] }
|
||||
tokio-util = "0.6.3"
|
||||
|
||||
Reference in New Issue
Block a user