1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
examples/Cargo.toml

53 lines
901 B
TOML
Raw Normal View History

2018-04-13 12:32:15 -07:00
[workspace]
members = [
2019-12-07 23:59:24 +06:00
"async_db",
"async_ex1",
"async_ex2",
2020-01-15 19:19:15 -05:00
"async_pg",
2020-03-01 08:55:00 -05:00
"awc_https",
2019-12-07 23:59:24 +06:00
"basics",
"casbin",
2019-12-07 23:59:24 +06:00
"cookie-auth",
"cookie-session",
"diesel",
2020-04-08 01:18:52 +09:00
"docker_sample",
2019-12-07 23:59:24 +06:00
"error_handling",
"form",
"graphql-demo",
"hello-world",
"http-proxy",
"json",
"json_decode_error",
2019-12-07 23:59:24 +06:00
"json_error",
"jsonrpc",
"juniper",
"middleware",
"multipart",
2020-02-07 09:34:56 +09:00
"multipart-s3",
"multipart-async-std",
2019-12-07 23:59:24 +06:00
"openssl",
"protobuf",
2019-12-07 23:59:24 +06:00
"r2d2",
2019-12-16 11:23:36 +06:00
"redis",
"redis-session",
2019-12-25 07:44:33 +04:00
"run-in-thread",
2019-12-07 23:59:24 +06:00
"rustls",
"shutdown-server",
2019-12-07 23:59:24 +06:00
"server-sent-events",
2020-04-30 03:21:47 +09:00
"simple-auth-server",
2019-12-07 23:59:24 +06:00
"state",
"static_index",
"template_askama",
"template_handlebars",
"template_tera",
2019-12-31 18:11:29 +01:00
"template_yarte",
2019-12-07 23:59:24 +06:00
"todo",
# "udp-echo",
"unix-socket",
2019-12-16 13:09:54 +06:00
"web-cors/backend",
2019-12-16 11:23:36 +06:00
"websocket",
2019-12-15 22:55:54 +06:00
"websocket-chat",
2020-04-09 01:54:28 +01:00
"websocket-chat-broker",
2019-12-16 13:09:54 +06:00
"websocket-tcp-chat",
2018-04-13 12:32:15 -07:00
]