1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

17 lines
299 B
TOML
Raw Permalink 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-cors.workspace = true
2024-07-07 02:01:13 +01:00
juniper = "0.16"
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
2024-06-05 05:10:46 +01:00
uuid.workspace = true