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