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

27 lines
382 B
TOML

[workspace]
members = [
"./",
"async_ex1",
"basics",
"cookie-auth",
"cookie-session",
"diesel",
"hello-world",
"http-proxy",
"json",
"juniper",
"multipart",
"protobuf",
"r2d2",
"redis-session",
"state",
"template_askama",
"template_tera",
"tls",
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-chat",
"websocket-tcp-chat",
]