1 file changed
+1
-1
lines changed- README.md+1
- actix-web/error-extensions/Cargo.toml+1-1
- actix-web/starwars/Cargo.toml+1-1
- actix-web/subscription/Cargo.toml+1-1
- actix-web/token-from-header/Cargo.toml+1-1
- actix-web/upload/Cargo.toml+1-1
- axum/starwars/Cargo.toml+2-2
- axum/subscription/Cargo.toml+2-2
- axum/token-from-header/Cargo.toml+2-2
- axum/upload/Cargo.toml+3-3
- federation/dynamic-schema/federation-accounts/Cargo.toml+2-2
- federation/dynamic-schema/federation-products/Cargo.toml+2-2
- federation/dynamic-schema/federation-reviews/Cargo.toml+2-2
- federation/static-schema/directives/Cargo.toml+1-1
- federation/static-schema/federation-accounts/Cargo.toml+2-2
- federation/static-schema/federation-products/Cargo.toml+2-2
- federation/static-schema/federation-reviews/Cargo.toml+2-2
- loco/starwars/.cargo/config.toml+2
- loco/starwars/Cargo.toml+26
- loco/starwars/README.md+36
- loco/starwars/config/development.yaml+45
- loco/starwars/src/app.rs+42
- loco/starwars/src/bin/main.rs+7
- loco/starwars/src/controllers/graphiql.rs+18
- loco/starwars/src/controllers/mod.rs+1
- loco/starwars/src/lib.rs+2
- loco/subscription/.cargo/config.toml+2
- loco/subscription/Cargo.toml+25
- loco/subscription/README.md+36
- loco/subscription/config/development.yaml+45
- loco/subscription/src/app.rs+54
- loco/subscription/src/bin/main.rs+7
- loco/subscription/src/controllers/graphiql.rs+23
- loco/subscription/src/controllers/mod.rs+1
- loco/subscription/src/lib.rs+2
- models/books/Cargo.toml+6-6
- models/dynamic-books/Cargo.toml+6-6
- models/dynamic-files/Cargo.toml+2-2
- models/dynamic-starwars/Cargo.toml+1-1
- models/files/Cargo.toml+2-2
- models/starwars/Cargo.toml+1-1
- models/token/Cargo.toml+1-1
- poem/dynamic-books/Cargo.toml+2-2
- poem/dynamic-schema/Cargo.toml+2-2
- poem/dynamic-starwars/Cargo.toml+2-2
- poem/dynamic-upload/Cargo.toml+1-1
- poem/opentelemetry-basic/Cargo.toml+2-2
- poem/starwars/Cargo.toml+2-2
- poem/subscription-redis/Cargo.toml+3-3
- poem/subscription-redis/src/main.rs+2-2
- poem/subscription/Cargo.toml+2-2
- poem/token-from-header/Cargo.toml+1-1
- poem/upload/Cargo.toml+1-1
- tide/dataloader-postgres/Cargo.toml+5-5
- tide/dataloader/Cargo.toml+5-5
- tide/starwars/Cargo.toml+3-3
- tide/subscription/Cargo.toml+1-1
- warp/starwars/Cargo.toml+1-1
- warp/subscription/Cargo.toml+1-1
- warp/token-from-header/Cargo.toml+1-1
0 commit comments