1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

moves individual examples to pub mods to force building and have less dead_code

This commit is contained in:
Cameron Dershem
2019-06-19 00:20:50 -04:00
parent a3cb721ed3
commit 4f9bd8b724
49 changed files with 226 additions and 191 deletions

View File

@ -11,20 +11,20 @@ members = [
"url-dispatch",
"responder-trait",
"either",
]
exclude = [
"request-handlers",
"async-handlers",
"extractors",
"autoreload",
"errors",
"requests",
"responses",
"testing",
"middleware",
"static-files",
"websockets",
"http2",
]
exclude = [
"testing",
"async-handlers",
"websockets",
"request-handlers",
"og_databases",
"sentry",
]