forked from actix/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
48 lines (48 loc) · 829 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[workspace]
members = [
"async_db",
"async_ex1",
"async_ex2",
"async_pg",
"basics",
"cookie-auth",
"cookie-session",
"diesel",
"error_handling",
"form",
"graphql-demo",
"hello-world",
"http-proxy",
"json",
"json_error",
"jsonrpc",
"juniper",
"middleware",
"multipart",
"multipart-s3",
"multipart-async-std",
"openssl",
"protobuf",
"r2d2",
"redis",
"redis-session",
"run-in-thread",
"rustls",
"shutdown-server",
"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",
"websocket-chat",
# "websocket-chat-broker",
"websocket-tcp-chat",
]