2023-07-17 19:31:58 +03:00
|
|
|
[package]
|
|
|
|
name = "mysql"
|
2025-03-11 01:42:01 +00:00
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
2023-07-17 19:31:58 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2023-07-17 22:26:11 +01:00
|
|
|
actix-web.workspace = true
|
2025-02-24 04:03:40 +00:00
|
|
|
derive_more = { workspace = true, features = ["display", "error", "from"] }
|
2023-10-29 01:17:49 +01:00
|
|
|
dotenvy.workspace = true
|
2023-07-17 22:26:11 +01:00
|
|
|
env_logger.workspace = true
|
|
|
|
log.workspace = true
|
2023-07-17 17:55:17 +01:00
|
|
|
mysql = "24"
|
2023-07-17 22:26:11 +01:00
|
|
|
serde.workspace = true
|