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

58 lines
1.0 KiB
TOML

[workspace]
members = [
"async_data_factory",
"async_db",
"async_ex1",
"async_ex2",
"async-graphql-demo",
"async_pg",
"awc_https",
"basics",
"casbin",
"cookie-auth",
"cookie-session",
"diesel",
"docker_sample",
"error_handling",
"form",
"hello-world",
"http-proxy",
"json",
"json_decode_error",
"json_error",
"jsonrpc",
"juniper",
"juniper-advanced",
"middleware",
"multipart",
"multipart-s3",
"multipart-async-std",
"openssl",
"protobuf",
"r2d2",
"redis",
"redis-session",
"run-in-thread",
"rustls",
"rustls-client-cert",
"shutdown-server",
"server-sent-events",
"simple-auth-server",
"state",
"static_index",
"template_askama",
"template_handlebars",
"template_tera",
"template_tinytemplate",
"template_yarte",
"todo",
"udp-echo",
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-autobahn",
"websocket-chat",
"websocket-chat-broker",
"websocket-tcp-chat"
]