2018-04-13 21:32:15 +02:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"./",
|
2018-05-08 20:08:43 +02:00
|
|
|
"async_ex1",
|
2018-04-13 21:32:15 +02:00
|
|
|
"basics",
|
2018-04-19 01:46:35 +02:00
|
|
|
"cookie-auth",
|
2018-05-03 00:11:57 +02:00
|
|
|
"cookie-session",
|
2018-04-13 21:32:15 +02:00
|
|
|
"diesel",
|
|
|
|
"hello-world",
|
|
|
|
"http-proxy",
|
|
|
|
"json",
|
|
|
|
"juniper",
|
|
|
|
"multipart",
|
|
|
|
"protobuf",
|
|
|
|
"r2d2",
|
|
|
|
"redis-session",
|
|
|
|
"state",
|
2018-04-24 18:12:48 +02:00
|
|
|
"template_askama",
|
2018-04-13 21:32:15 +02:00
|
|
|
"template_tera",
|
|
|
|
"tls",
|
|
|
|
"unix-socket",
|
|
|
|
"web-cors/backend",
|
|
|
|
"websocket",
|
|
|
|
"websocket-chat",
|
2018-05-11 23:35:43 +02:00
|
|
|
"websocket-tcp-chat",
|
2018-04-13 21:32:15 +02:00
|
|
|
]
|