fix(sqlite): forward optional features correctly

This commit is contained in:
Austin Bonander 2024-08-20 02:22:27 -07:00
parent 2ab7565bd8
commit 06fc272c2b

View file

@ -16,7 +16,11 @@ json = ["sqlx-core/json", "serde"]
offline = ["sqlx-core/offline", "serde"]
migrate = ["sqlx-core/migrate"]
chrono = ["dep:chrono"]
# Type integrations
chrono = ["dep:chrono", "sqlx-core/chrono"]
time = ["dep:time", "sqlx-core/time"]
uuid = ["dep:uuid", "sqlx-core/uuid"]
regexp = ["dep:regex"]
[dependencies]