mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
17 lines
299 B
TOML
17 lines
299 B
TOML
[package]
|
|
name = "juniper-advanced"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[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
|