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

44 lines
740 B
TOML
Raw Normal View History

2018-04-13 21:32:15 +02:00
[workspace]
members = [
2019-12-07 18:59:24 +01:00
# "actix_redis",
"async_db",
"async_ex1",
"async_ex2",
"basics",
"cookie-auth",
"cookie-session",
"diesel",
"error_handling",
"form",
"graphql-demo",
"hello-world",
"http-proxy",
"json",
"json_error",
"jsonrpc",
"juniper",
"middleware",
"multipart",
"openssl",
# "protobuf",
"r2d2",
# "redis-session",
"rustls",
"server-sent-events",
"simple-auth-server",
"state",
"static_index",
"template_askama",
"template_handlebars",
"template_tera",
# "template_yarte",
"todo",
# "udp-echo",
"unix-socket",
# "web-cors/backend",
# "websocket",
2019-12-15 17:55:54 +01:00
"websocket-chat",
2019-12-07 18:59:24 +01:00
# "websocket-chat-broker",
# "websocket-tcp-chat",
2018-04-13 21:32:15 +02:00
]