mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
18 lines
468 B
TOML
18 lines
468 B
TOML
[package]
|
|
name = "sqlez"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.38", features = ["backtrace"] }
|
|
indoc = "1.0.7"
|
|
libsqlite3-sys = { version = "0.24", features = ["bundled"] }
|
|
smol = "1.2"
|
|
thread_local = "1.1.4"
|
|
lazy_static = "1.4"
|
|
parking_lot = "0.11.1"
|
|
futures = "0.3"
|
|
uuid = { version = "1.1.2", features = ["v4"] } |