1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00

fixes missing Comma.

This commit is contained in:
Cameron Dershem 2019-06-18 17:52:24 -04:00
parent 0937cd8fdf
commit 96d8bec2a8

View File

@ -10,7 +10,7 @@ members = [
"server",
"url-dispatch",
"responder-trait",
"either"
"either",
]
exclude = [
"request-handlers",
@ -25,7 +25,6 @@ exclude = [
"static-files",
"websockets",
"http2",
"databases",
"og_databases",
"sentry",
]