mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
31 lines
440 B
TOML
31 lines
440 B
TOML
[workspace]
|
|
members = [
|
|
"./",
|
|
"async_db",
|
|
"async_ex1",
|
|
"basics",
|
|
"cookie-auth",
|
|
"cookie-session",
|
|
"diesel",
|
|
"form",
|
|
"hello-world",
|
|
"http-proxy",
|
|
"json",
|
|
"juniper",
|
|
"middleware",
|
|
"multipart",
|
|
"protobuf",
|
|
"r2d2",
|
|
"redis-session",
|
|
"state",
|
|
"static_index",
|
|
"template_askama",
|
|
"template_tera",
|
|
"tls",
|
|
"unix-socket",
|
|
"web-cors/backend",
|
|
"websocket",
|
|
"websocket-chat",
|
|
"websocket-tcp-chat",
|
|
]
|