1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/graphql-demo/Cargo.toml

28 lines
551 B
TOML
Raw Normal View History

[package]
name = "actix-graphql-demo"
2019-12-07 18:59:24 +01:00
version = "2.0.0"
authors = ["Dwi Sulfahnur <hello@dwisulfahnur.com>"]
edition = "2018"
2019-12-07 18:59:24 +01:00
workspace = ".."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2019-12-15 18:07:17 +01:00
actix-web = "2.0.0-alpha.6"
actix-rt = "1.0.0"
2019-12-07 18:59:24 +01:00
futures = "0.3.1"
juniper = "0.13"
mysql = "16.1.0"
r2d2 = "0.8"
r2d2_mysql = "16.0"
log = "0.4"
env_logger = "0.6.2"
dotenv = "0.9"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
uuid = {"version" = "0.7", "features" = ["serde", "v4"]}