2018-04-13 21:32:15 +02:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2020-06-28 00:15:34 +02:00
|
|
|
"async_data_factory",
|
2019-12-07 18:59:24 +01:00
|
|
|
"async_db",
|
|
|
|
"async_ex1",
|
|
|
|
"async_ex2",
|
2020-01-16 01:19:15 +01:00
|
|
|
"async_pg",
|
2020-03-01 14:55:00 +01:00
|
|
|
"awc_https",
|
2019-12-07 18:59:24 +01:00
|
|
|
"basics",
|
2020-03-03 07:13:43 +01:00
|
|
|
"casbin",
|
2019-12-07 18:59:24 +01:00
|
|
|
"cookie-auth",
|
|
|
|
"cookie-session",
|
|
|
|
"diesel",
|
2020-04-07 18:18:52 +02:00
|
|
|
"docker_sample",
|
2019-12-07 18:59:24 +01:00
|
|
|
"error_handling",
|
|
|
|
"form",
|
|
|
|
"hello-world",
|
|
|
|
"http-proxy",
|
|
|
|
"json",
|
2020-03-15 19:21:13 +01:00
|
|
|
"json_decode_error",
|
2019-12-07 18:59:24 +01:00
|
|
|
"json_error",
|
|
|
|
"jsonrpc",
|
|
|
|
"juniper",
|
2020-05-19 07:23:28 +02:00
|
|
|
"juniper-advanced",
|
2019-12-07 18:59:24 +01:00
|
|
|
"middleware",
|
|
|
|
"multipart",
|
2020-02-07 01:34:56 +01:00
|
|
|
"multipart-s3",
|
2020-01-23 02:16:08 +01:00
|
|
|
"multipart-async-std",
|
2019-12-07 18:59:24 +01:00
|
|
|
"openssl",
|
2020-02-06 18:17:23 +01:00
|
|
|
"protobuf",
|
2019-12-07 18:59:24 +01:00
|
|
|
"r2d2",
|
2019-12-16 06:23:36 +01:00
|
|
|
"redis",
|
|
|
|
"redis-session",
|
2019-12-25 04:44:33 +01:00
|
|
|
"run-in-thread",
|
2019-12-07 18:59:24 +01:00
|
|
|
"rustls",
|
2020-01-31 13:10:56 +01:00
|
|
|
"shutdown-server",
|
2019-12-07 18:59:24 +01:00
|
|
|
"server-sent-events",
|
2020-04-29 20:21:47 +02:00
|
|
|
"simple-auth-server",
|
2019-12-07 18:59:24 +01:00
|
|
|
"state",
|
|
|
|
"static_index",
|
|
|
|
"template_askama",
|
|
|
|
"template_handlebars",
|
|
|
|
"template_tera",
|
2020-09-10 22:34:32 +02:00
|
|
|
"template_tinytemplate",
|
2019-12-31 18:11:29 +01:00
|
|
|
"template_yarte",
|
2019-12-07 18:59:24 +01:00
|
|
|
"todo",
|
2020-06-25 06:19:22 +02:00
|
|
|
"udp-echo",
|
2019-12-07 18:59:24 +01:00
|
|
|
"unix-socket",
|
2019-12-16 08:09:54 +01:00
|
|
|
"web-cors/backend",
|
2019-12-16 06:23:36 +01:00
|
|
|
"websocket",
|
2020-06-19 21:38:11 +02:00
|
|
|
"websocket-autobahn",
|
2019-12-15 17:55:54 +01:00
|
|
|
"websocket-chat",
|
2020-04-09 02:54:28 +02:00
|
|
|
"websocket-chat-broker",
|
2019-12-16 08:09:54 +01:00
|
|
|
"websocket-tcp-chat",
|
2018-04-13 21:32:15 +02:00
|
|
|
]
|