Get rusqlite more shippable

This commit is contained in:
K Simmons 2022-10-18 11:43:18 -07:00
parent 6019e4c37b
commit b06366ebb7
6 changed files with 48 additions and 26 deletions

View file

@ -14,10 +14,11 @@ test-support = []
collections = { path = "../collections" }
anyhow = "1.0.57"
async-trait = "0.1"
lazy_static = "1.4.0"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
parking_lot = "0.11.1"
rusqlite = { version = "0.28.0", features = ["bundled", "serde_json"] }
rusqlite_migration = "1.0.0"
lazy_static = "1.4.0"
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }