1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
examples/Cargo.toml

41 lines
627 B
TOML
Raw Normal View History

2018-04-13 12:32:15 -07:00
[workspace]
members = [
"./",
2018-08-11 06:58:29 -04:00
"actix_redis",
2018-08-27 10:56:26 +01:00
"actix_todo",
2018-05-26 17:05:12 -04:00
"async_db",
2018-05-08 11:08:43 -07:00
"async_ex1",
2019-04-09 14:12:07 -04:00
"async_ex2",
2018-04-13 12:32:15 -07:00
"basics",
2018-04-18 16:46:35 -07:00
"cookie-auth",
2018-05-02 15:11:57 -07:00
"cookie-session",
2018-04-13 12:32:15 -07:00
"diesel",
2018-08-07 12:03:16 -04:00
"error_handling",
2018-07-04 17:12:33 +02:00
"form",
2018-04-13 12:32:15 -07:00
"hello-world",
"http-proxy",
"http-full-proxy",
2018-04-13 12:32:15 -07:00
"json",
2019-04-15 10:05:22 +08:00
"jsonrpc",
2018-04-13 12:32:15 -07:00
"juniper",
2018-07-09 20:18:31 +02:00
"middleware",
2018-04-13 12:32:15 -07:00
"multipart",
"protobuf",
"r2d2",
"redis-session",
2019-03-30 09:12:42 -07:00
"rustls",
"simple-auth-server",
2018-04-13 12:32:15 -07:00
"state",
2018-05-20 21:03:29 -07:00
"static_index",
2018-04-24 09:12:48 -07:00
"template_askama",
2018-04-13 12:32:15 -07:00
"template_tera",
2019-03-12 21:15:53 +01:00
"template_yarte",
2018-04-13 12:32:15 -07:00
"tls",
2019-03-30 09:12:42 -07:00
#"unix-socket",
2018-04-13 12:32:15 -07:00
"web-cors/backend",
"websocket",
"websocket-chat",
2019-03-30 09:12:42 -07:00
#"websocket-chat-broker",
2018-05-11 14:35:43 -07:00
"websocket-tcp-chat",
2018-04-13 12:32:15 -07:00
]