forked from actix/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
57 lines (57 loc) · 1.01 KB
/
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
49
50
51
52
53
54
55
56
57
[workspace]
members = [
"async_data_factory",
"async_db",
"async_ex1",
"async_ex2",
"async-graphql-demo",
"async_pg",
"awc_https",
"basics",
"casbin",
"cookie-auth",
"cookie-session",
"diesel",
"docker_sample",
"error_handling",
"form",
"hello-world",
"http-proxy",
"json",
"json_decode_error",
"json_error",
"jsonrpc",
"juniper",
"juniper-advanced",
"middleware",
"multipart",
"multipart-s3",
"multipart-async-std",
"openssl",
"protobuf",
"r2d2",
"redis",
"redis-session",
"run-in-thread",
"rustls",
"rustls-client-cert",
"shutdown-server",
"server-sent-events",
"simple-auth-server",
"state",
"static_index",
"template_askama",
"template_handlebars",
"template_tera",
"template_tinytemplate",
"template_yarte",
"todo",
"udp-echo",
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-autobahn",
"websocket-chat",
"websocket-chat-broker",
"websocket-tcp-chat"
]