-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
37 lines (33 loc) · 808 Bytes
/
Cargo.toml
File metadata and controls
37 lines (33 loc) · 808 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
[workspace]
resolver = "2"
members = [
"applet/libapplet-launch",
"fs-api/dir-list",
"fs-api/file-rw",
"graphics/console-write",
"graphics/console-write-random",
"graphics/console-interactive",
"graphics/gpu-simple",
"graphics/gpu-simple2",
"graphics/simple-window",
"input",
"net/chat",
"net/echo",
"net/net-log",
"os/threads",
"os/thread-panic",
"os/sync/rwlock",
"server-ipc/lm",
"server-ipc/prepo-mitm",
"server-ipc/simple-mitm-service/client",
"server-ipc/simple-mitm-service/server",
"server-ipc/simple-service/client",
"server-ipc/simple-service/server",
]
[workspace.dependencies.nx]
git = "https://github.com/aarch64-switch-rs/nx"
tag = "0.5.0"
[profile.release]
debug = true
[profile.dev]
panic = "unwind"