zed/crates/sqlez/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
457 B
TOML
Raw Normal View History

2022-11-01 23:32:46 +03:00
[package]
name = "sqlez"
version = "0.1.0"
edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[lints]
workspace = true
2022-11-01 23:32:46 +03:00
[dependencies]
anyhow.workspace = true
collections.workspace = true
futures.workspace = true
2023-05-23 08:11:22 +03:00
indoc.workspace = true
lazy_static.workspace = true
libsqlite3-sys = { version = "0.26", features = ["bundled"] }
parking_lot.workspace = true
smol.workspace = true
thread_local = "1.1.4"
util.workspace = true
uuid.workspace = true