1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/Cargo.toml

56 lines
982 B
TOML
Raw Normal View History

2018-04-13 21:32:15 +02:00
[workspace]
members = [
"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",
"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",
"json_decode_error",
2019-12-07 18:59:24 +01:00
"json_error",
"jsonrpc",
"juniper",
"juniper-advanced",
2019-12-07 18:59:24 +01:00
"middleware",
"multipart",
2020-02-07 01:34:56 +01:00
"multipart-s3",
"multipart-async-std",
2019-12-07 18:59:24 +01:00
"openssl",
"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",
"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",
"template_tinytemplate",
2019-12-31 18:11:29 +01:00
"template_yarte",
2019-12-07 18:59:24 +01:00
"todo",
"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",
"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
]