1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

21 lines
367 B
TOML
Raw Normal View History

[package]
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"
[dependencies]
actix-web.workspace = true
actix-web-lab.workspace = true
actix-cors.workspace = true
2023-07-18 16:26:47 +01:00
juniper = "0.15.10"
2023-07-18 16:22:00 +01:00
mysql = "24"
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
env_logger.workspace = true
log.workspace = true
2022-07-31 23:51:08 +01:00
uuid = { version = "1", features = ["v4", "serde"] }