Added sqlez api

This commit is contained in:
Mikayla Maki 2022-11-01 13:31:03 -07:00
parent e3fdfe02e5
commit a4a1859dfc
3 changed files with 3 additions and 2 deletions

1
Cargo.lock generated
View file

@ -5571,7 +5571,6 @@ checksum = "be6c3f39c37a4283ee4b43d1311c828f2e1fb0541e76ea0cb1a2abd9ef2f5b3b"
[[package]] [[package]]
name = "sqlez" name = "sqlez"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Kethku/sqlez#10a78dbe535a0c270b6b4bc469fbbffe9fc8c36f"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"indoc", "indoc",

View file

@ -14,12 +14,13 @@ test-support = []
indoc = "1.0.4" indoc = "1.0.4"
collections = { path = "../collections" } collections = { path = "../collections" }
gpui = { path = "../gpui" } gpui = { path = "../gpui" }
sqlez = { path = "../sqlez" }
anyhow = "1.0.57" anyhow = "1.0.57"
async-trait = "0.1" async-trait = "0.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = { version = "0.4.16", features = ["kv_unstable_serde"] } log = { version = "0.4.16", features = ["kv_unstable_serde"] }
parking_lot = "0.11.1" parking_lot = "0.11.1"
sqlez = { git = "https://github.com/Kethku/sqlez", ref = "c8c01fe6b82085bbfe81b2a9406718454a7839c4c" }
[dev-dependencies] [dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] } gpui = { path = "../gpui", features = ["test-support"] }

1
crates/sqlez Submodule

@ -0,0 +1 @@
Subproject commit 10a78dbe535a0c270b6b4bc469fbbffe9fc8c36f