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

39 lines
599 B
TOML
Raw Normal View History

2018-04-13 21:32:15 +02:00
[workspace]
members = [
"./",
2018-08-11 12:58:29 +02:00
"actix_redis",
2018-08-27 11:56:26 +02:00
"actix_todo",
2018-05-26 23:05:12 +02:00
"async_db",
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",
"cookie-auth-full",
2018-05-03 00:11:57 +02:00
"cookie-session",
2018-04-13 21:32:15 +02:00
"diesel",
2018-08-07 18:03:16 +02:00
"error_handling",
2018-07-04 17:12:33 +02:00
"form",
2018-04-13 21:32:15 +02:00
"hello-world",
"http-proxy",
"http-full-proxy",
2018-04-13 21:32:15 +02:00
"json",
"juniper",
2018-07-09 20:18:31 +02:00
"middleware",
2018-04-13 21:32:15 +02:00
"multipart",
"protobuf",
"r2d2",
"redis-session",
"simple-auth-server",
2018-04-13 21:32:15 +02:00
"state",
2018-05-21 06:03:29 +02:00
"static_index",
2018-04-24 18:12:48 +02:00
"template_askama",
2018-04-13 21:32:15 +02:00
"template_tera",
"tls",
2018-08-08 07:34:16 +02:00
"rustls",
2018-04-13 21:32:15 +02:00
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-chat",
"websocket-chat-broker",
2018-05-11 23:35:43 +02:00
"websocket-tcp-chat",
2018-04-13 21:32:15 +02:00
]