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

30 lines
424 B
TOML
Raw Normal View History

2018-04-13 21:32:15 +02:00
[workspace]
members = [
"./",
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",
2018-05-03 00:11:57 +02:00
"cookie-session",
2018-04-13 21:32:15 +02:00
"diesel",
2018-07-04 17:12:33 +02:00
"form",
2018-04-13 21:32:15 +02:00
"hello-world",
"http-proxy",
"json",
"juniper",
"multipart",
"protobuf",
"r2d2",
"redis-session",
"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",
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-chat",
2018-05-11 23:35:43 +02:00
"websocket-tcp-chat",
2018-04-13 21:32:15 +02:00
]