1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/graphql/juniper-advanced/Cargo.toml

17 lines
299 B
TOML
Raw Permalink Normal View History

[package]
name = "juniper-advanced"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
[dependencies]
actix-web.workspace = true
actix-cors.workspace = true
2024-07-07 03:01:13 +02:00
juniper = "0.16"
2023-07-18 17:22:00 +02:00
mysql = "24"
r2d2 = "0.8"
2023-07-18 17:22:00 +02:00
r2d2_mysql = "24"
2023-10-29 02:17:49 +02:00
dotenvy.workspace = true
env_logger.workspace = true
log.workspace = true
2024-06-05 06:10:46 +02:00
uuid.workspace = true