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