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

61 lines
1.4 KiB
TOML
Raw Normal View History

2018-04-13 21:32:15 +02:00
[workspace]
members = [
2022-02-18 03:01:48 +01:00
"auth/casbin",
"auth/cookie-auth",
"auth/cookie-session",
"auth/redis-session",
"auth/simple-auth-server",
2021-02-26 01:57:58 +01:00
"basics/basics",
"basics/error_handling",
"basics/hello-world",
"basics/json-validation",
"basics/nested-routing",
"basics/state",
"basics/static_index",
"basics/todo",
2022-02-18 03:01:48 +01:00
"cors/backend",
"data_factory",
2022-02-06 09:31:17 +01:00
# example uses incompatible libsqlite-sys to other examples
2022-02-18 03:01:48 +01:00
# "databases/diesel",
"databases/mongodb",
"databases/postgres",
"databases/redis",
"databases/sqlite",
"docker",
2021-02-26 01:57:58 +01:00
"forms/form",
"forms/multipart-s3",
2022-02-02 03:03:54 +01:00
"forms/multipart",
2022-02-17 22:29:55 +01:00
"graphql/async-graphql",
2021-02-26 01:57:58 +01:00
"graphql/juniper-advanced",
2022-02-02 03:03:54 +01:00
"graphql/juniper",
2022-02-18 03:01:48 +01:00
"http-proxy",
"https-tls/awc_https",
"https-tls/openssl-auto-le",
"https-tls/openssl",
"https-tls/rustls-client-cert",
"https-tls/rustls",
2021-02-26 01:57:58 +01:00
"json/json_decode_error",
"json/json_error",
2022-02-02 03:03:54 +01:00
"json/json",
2021-02-26 01:57:58 +01:00
"json/jsonrpc",
2022-02-18 03:01:48 +01:00
"middleware/middleware-ext-mut",
"middleware/middleware-http-to-https",
"middleware/middleware",
"protobuf",
"run-in-thread",
"server-sent-events",
"shutdown-server",
"templating/askama",
"templating/handlebars",
"templating/sailfish",
"templating/tera",
"templating/tinytemplate",
"templating/yarte",
"unix-socket",
2021-02-26 01:57:58 +01:00
"websockets/autobahn",
2022-02-18 02:44:53 +01:00
"websockets/chat-broker",
"websockets/chat-tcp",
2022-02-18 03:01:48 +01:00
"websockets/chat",
2022-02-18 02:44:53 +01:00
"websockets/echo",
2018-04-13 21:32:15 +02:00
]