mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
58 lines
1.4 KiB
TOML
58 lines
1.4 KiB
TOML
[workspace]
|
|
members = [
|
|
"basics/basics",
|
|
"basics/docker_sample",
|
|
"basics/error_handling",
|
|
"basics/hello-world",
|
|
"basics/http-proxy",
|
|
"basics/json-validation",
|
|
"basics/middleware",
|
|
"basics/nested-routing",
|
|
"basics/run-in-thread",
|
|
"basics/shutdown-server",
|
|
"basics/state",
|
|
"basics/static_index",
|
|
"basics/todo",
|
|
"database_interactions/basic",
|
|
"database_interactions/diesel",
|
|
"database_interactions/pg",
|
|
"database_interactions/r2d2",
|
|
"database_interactions/redis",
|
|
"database_interactions/simple-auth-server",
|
|
"forms/form",
|
|
"forms/multipart",
|
|
"forms/multipart-async-std",
|
|
"forms/multipart-s3",
|
|
"graphql/graphql-demo",
|
|
"graphql/juniper",
|
|
"graphql/juniper-advanced",
|
|
"json/json",
|
|
"json/json_decode_error",
|
|
"json/json_error",
|
|
"json/jsonrpc",
|
|
"other/data_factory",
|
|
"other/protobuf",
|
|
"other/server-sent-events",
|
|
"other/udp-echo",
|
|
"other/unix-socket",
|
|
"security/awc_https",
|
|
"security/casbin",
|
|
"security/openssl",
|
|
"security/rustls",
|
|
"security/rustls-client-cert",
|
|
"security/web-cors/backend",
|
|
"session/cookie-auth",
|
|
"session/cookie-session",
|
|
"session/redis-session",
|
|
"template_engines/askama",
|
|
"template_engines/handlebars",
|
|
"template_engines/tera",
|
|
"template_engines/tinytemplate",
|
|
"template_engines/yarte",
|
|
"websockets/autobahn",
|
|
"websockets/chat",
|
|
"websockets/chat-broker",
|
|
"websockets/tcp-chat",
|
|
"websockets/websocket",
|
|
]
|