mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-09 10:56:20 +00:00
19 lines
431 B
TOML
19 lines
431 B
TOML
[package]
|
|
name = "sqlez"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
collections.workspace = true
|
|
futures.workspace = true
|
|
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
|