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

27 lines
382 B
TOML
Raw Normal View History

2018-04-13 12:32:15 -07:00
[workspace]
members = [
"./",
2018-05-08 11:08:43 -07:00
"async_ex1",
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",
"hello-world",
"http-proxy",
"json",
"juniper",
"multipart",
"protobuf",
"r2d2",
"redis-session",
"state",
2018-04-24 09:12:48 -07:00
"template_askama",
2018-04-13 12:32:15 -07:00
"template_tera",
"tls",
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-chat",
2018-05-11 14:35:43 -07:00
"websocket-tcp-chat",
2018-04-13 12:32:15 -07:00
]