1
0
mirror of https://github.com/actix/examples synced 2025-03-13 00:22:48 +01:00
2025-03-11 01:42:01 +00:00

17 lines
319 B
TOML

[package]
name = "juniper-advanced"
edition.workspace = true
rust-version.workspace = true
[dependencies]
actix-web.workspace = true
actix-cors.workspace = true
juniper = "0.16"
mysql = "24"
r2d2 = "0.8"
r2d2_mysql = "24"
dotenvy.workspace = true
env_logger.workspace = true
log.workspace = true
uuid.workspace = true