2019-12-07 21:16:46 +07:00
|
|
|
[package]
|
2020-05-19 14:23:28 +09:00
|
|
|
name = "juniper-advanced"
|
2022-02-02 01:45:20 +00:00
|
|
|
version = "1.0.0"
|
2022-02-02 01:43:51 +00:00
|
|
|
edition = "2021"
|
2019-12-07 21:16:46 +07:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 20:33:43 +00:00
|
|
|
actix-web.workspace = true
|
|
|
|
actix-cors.workspace = true
|
2024-07-07 02:01:13 +01:00
|
|
|
juniper = "0.16"
|
2023-07-18 16:22:00 +01:00
|
|
|
mysql = "24"
|
2019-12-07 21:16:46 +07:00
|
|
|
r2d2 = "0.8"
|
2023-07-18 16:22:00 +01:00
|
|
|
r2d2_mysql = "24"
|
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-06-05 05:10:46 +01:00
|
|
|
uuid.workspace = true
|