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

23 lines
377 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]
2022-02-25 21:07:22 +00:00
actix-web = "4"
2022-07-09 20:48:05 +01:00
actix-web-lab = "0.16"
2022-03-04 16:28:40 +00:00
actix-cors = "0.6"
2021-04-26 20:32:32 +09:00
juniper = "0.15"
2022-07-09 23:11:36 +01:00
mysql = "21"
r2d2 = "0.8"
2022-07-09 23:11:36 +01:00
r2d2_mysql = "21"
2020-04-05 13:50:44 +09:00
dotenv = "0.15"
2022-02-17 20:59:04 +00:00
env_logger = "0.9"
log = "0.4"
2022-02-17 20:59:04 +00:00
serde = { version = "1", features = ["derive"] }
serde_json = "1"
2020-04-05 13:50:44 +09:00
uuid = { version = "0.8", features = ["serde", "v4"] }