2018-04-13 09:18:42 +08:00
|
|
|
[package]
|
2024-07-07 02:03:51 +01:00
|
|
|
name = "db-diesel"
|
2025-03-11 01:42:01 +00:00
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
2018-04-13 09:18:42 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 20:33:43 +00:00
|
|
|
actix-web.workspace = true
|
2024-06-05 05:10:46 +01:00
|
|
|
diesel = { version = "2", features = ["sqlite", "r2d2", "uuid"] }
|
2023-10-29 01:17:49 +01:00
|
|
|
dotenvy.workspace = true
|
2022-12-30 16:25:40 +00:00
|
|
|
env_logger.workspace = true
|
|
|
|
log.workspace = true
|
2024-07-07 01:42:16 +01:00
|
|
|
serde.workspace = true
|
2024-06-05 05:10:46 +01:00
|
|
|
uuid.workspace = true
|