2022-11-01 23:32:46 +03:00
|
|
|
[package]
|
|
|
|
name = "sqlez"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-01-18 23:28:02 +03:00
|
|
|
publish = false
|
2022-11-01 23:32:46 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2023-04-25 03:41:55 +03:00
|
|
|
anyhow.workspace = true
|
2023-05-23 08:11:22 +03:00
|
|
|
indoc.workspace = true
|
2023-10-03 22:16:53 +03:00
|
|
|
libsqlite3-sys = { version = "0.26", features = ["bundled"] }
|
2023-04-25 03:41:55 +03:00
|
|
|
smol.workspace = true
|
2022-11-23 12:53:58 +03:00
|
|
|
thread_local = "1.1.4"
|
2023-04-25 03:41:55 +03:00
|
|
|
lazy_static.workspace = true
|
|
|
|
parking_lot.workspace = true
|
|
|
|
futures.workspace = true
|
2023-10-04 03:39:24 +03:00
|
|
|
uuid.workspace = true
|