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

17 lines
260 B
TOML
Raw Normal View History

[package]
name = "juniper-example"
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-08-28 18:41:16 +01:00
actix-web-lab = "0.17"
2022-03-04 16:28:40 +00:00
actix-cors = "0.6"
2022-02-17 20:37:51 +00:00
2021-04-26 20:32:32 +09:00
juniper = "0.15"
2022-02-17 20:37:51 +00:00
env_logger = "0.9"
log = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"