forked from ntex-rs/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
52 lines (50 loc) · 854 Bytes
/
Cargo.toml
File metadata and controls
52 lines (50 loc) · 854 Bytes
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
[workspace]
resolver = "3"
members = [
"async_db",
"async_ex1",
"async_ex2",
"async_pg",
"awc_https",
"basics",
"cookie-auth",
"cookie-session",
# "diesel",
"docker_sample",
"error_handling",
"form",
"graphql-demo",
"hello-world",
"http-proxy",
"json",
"json_error",
"jsonrpc",
"juniper",
"middleware",
"multipart",
"openssl",
"r2d2",
"run-in-thread",
"rustls",
"server-sent-events",
"shutdown-server",
# "simple-auth-server",
"state",
"static_index",
"template_askama",
"template_handlebars",
"template_tera",
"template_yarte",
"todo",
"tokio",
"unix-socket",
"websocket",
"websocket-lowlevel",
"websocket-chat",
"websocket-tcp-chat",
]
[workspace.package]
edition = "2024"
rust-version = "1.85"
[profile.release]
panic = 'abort'