2022-11-01 20:32:46 +00:00
|
|
|
[package]
|
|
|
|
name = "sqlez"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-01-18 20:28:02 +00:00
|
|
|
publish = false
|
2024-01-27 12:51:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2022-11-01 20:32:46 +00:00
|
|
|
[dependencies]
|
2023-04-25 00:41:55 +00:00
|
|
|
anyhow.workspace = true
|
2024-02-07 17:06:03 +00:00
|
|
|
collections.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
futures.workspace = true
|
2023-05-23 05:11:22 +00:00
|
|
|
indoc.workspace = true
|
2024-01-31 02:41:29 +00:00
|
|
|
lazy_static.workspace = true
|
2023-10-03 19:16:53 +00:00
|
|
|
libsqlite3-sys = { version = "0.26", features = ["bundled"] }
|
2024-01-31 02:41:29 +00:00
|
|
|
parking_lot.workspace = true
|
2023-04-25 00:41:55 +00:00
|
|
|
smol.workspace = true
|
2022-11-23 09:53:58 +00:00
|
|
|
thread_local = "1.1.4"
|
2024-02-06 19:41:36 +00:00
|
|
|
util.workspace = true
|
2023-10-04 00:39:24 +00:00
|
|
|
uuid.workspace = true
|