mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
ce5f492404
Release Notes: - N/A
22 lines
425 B
TOML
22 lines
425 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.workspace = true
|
|
parking_lot.workspace = true
|
|
smol.workspace = true
|
|
sqlformat.workspace = true
|
|
thread_local = "1.1.4"
|
|
util.workspace = true
|
|
uuid.workspace = true
|