drop the sqlite feature from main

This commit is contained in:
Paul Robertson 2024-06-26 19:20:31 -04:00
parent 624cd2acfa
commit 68f1b4789a
No known key found for this signature in database
1 changed files with 1 additions and 5 deletions

View File

@ -132,10 +132,6 @@ sentry_telemetry = [
sha256_media = [ sha256_media = [
"conduit-service/sha256_media", "conduit-service/sha256_media",
] ]
sqlite = [
"conduit-core/sqlite",
"conduit-database/sqlite",
]
systemd = [ systemd = [
"conduit-router/systemd", "conduit-router/systemd",
] ]