2018-04-13 21:32:15 +02:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2019-12-07 18:59:24 +01:00
|
|
|
"async_db",
|
|
|
|
"async_ex1",
|
|
|
|
"async_ex2",
|
|
|
|
"basics",
|
|
|
|
"cookie-auth",
|
|
|
|
"cookie-session",
|
|
|
|
"diesel",
|
|
|
|
"error_handling",
|
|
|
|
"form",
|
|
|
|
"graphql-demo",
|
|
|
|
"hello-world",
|
|
|
|
"http-proxy",
|
|
|
|
"json",
|
|
|
|
"json_error",
|
|
|
|
"jsonrpc",
|
|
|
|
"juniper",
|
|
|
|
"middleware",
|
|
|
|
"multipart",
|
|
|
|
"openssl",
|
|
|
|
# "protobuf",
|
|
|
|
"r2d2",
|
2019-12-16 06:23:36 +01:00
|
|
|
"redis",
|
|
|
|
"redis-session",
|
2019-12-07 18:59:24 +01:00
|
|
|
"rustls",
|
|
|
|
"server-sent-events",
|
|
|
|
"simple-auth-server",
|
|
|
|
"state",
|
|
|
|
"static_index",
|
|
|
|
"template_askama",
|
|
|
|
"template_handlebars",
|
|
|
|
"template_tera",
|
2019-12-20 17:30:26 +01:00
|
|
|
# "template_yarte",
|
2019-12-07 18:59:24 +01:00
|
|
|
"todo",
|
|
|
|
# "udp-echo",
|
|
|
|
"unix-socket",
|
2019-12-16 08:09:54 +01:00
|
|
|
"web-cors/backend",
|
2019-12-16 06:23:36 +01:00
|
|
|
"websocket",
|
2019-12-15 17:55:54 +01:00
|
|
|
"websocket-chat",
|
2019-12-07 18:59:24 +01:00
|
|
|
# "websocket-chat-broker",
|
2019-12-16 08:09:54 +01:00
|
|
|
"websocket-tcp-chat",
|
2018-04-13 21:32:15 +02:00
|
|
|
]
|