1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add juniper example

This commit is contained in:
pyros2097
2018-02-28 10:41:24 +05:30
parent ccb6ebb259
commit 1283c00583
5 changed files with 201 additions and 0 deletions

View File

@ -99,6 +99,7 @@ codegen-units = 1
members = [
"./",
"examples/basics",
"examples/juniper",
"examples/diesel",
"examples/r2d2",
"examples/json",