1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-23 11:13:20 +00:00

re-added sqlite check_db code, cleanup

This commit is contained in:
Nils Domrose 2019-05-27 22:58:52 +02:00
commit dc36f0cb6c
4 changed files with 28 additions and 11 deletions

View file

@ -13,8 +13,8 @@ build = "build.rs"
[features]
# Empty to keep compatibility, prefer to set USE_SYSLOG=true
enable_syslog = []
mysql = []
sqlite = []
mysql = ["diesel/mysql", "diesel_migrations/mysql"]
sqlite = ["diesel/sqlite", "diesel_migrations/sqlite"]
[target."cfg(not(windows))".dependencies]
syslog = "4.0.1"