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

23 lines
437 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
2021-04-26 20:32:32 +09:00
juniper = "0.15"
2023-07-09 00:56:56 +01:00
mysql = "23" # waiting on r2d2_mysql update
r2d2 = "0.8"
2022-12-11 15:25:15 +00:00
r2d2_mysql = "23"
2020-04-05 13:50:44 +09:00
dotenv = "0.15"
env_logger.workspace = true
log.workspace = true
2023-01-02 20:35:11 +00:00
serde.workspace = true
serde_json.workspace = true
2022-07-31 23:51:08 +01:00
uuid = { version = "1", features = ["v4", "serde"] }