mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:59:53 +00:00
1f31022cbe
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Otherwise old migrations may be formatted differently than new migrations, causing comparison errors. Follow-up of https://github.com/zed-industries/zed/pull/18676 Release Notes: - N/A
22 lines
455 B
TOML
22 lines
455 B
TOML
[package]
|
|
name = "sqlez"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
collections.workspace = true
|
|
futures.workspace = true
|
|
indoc.workspace = true
|
|
libsqlite3-sys = { version = "0.28", features = ["bundled"] }
|
|
parking_lot.workspace = true
|
|
smol.workspace = true
|
|
sqlformat.workspace = true
|
|
thread_local = "1.1.4"
|
|
util.workspace = true
|
|
uuid.workspace = true
|