-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (34 loc) · 819 Bytes
/
Copy pathCargo.toml
File metadata and controls
35 lines (34 loc) · 819 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
[workspace]
members = [
"book_01/hello_cargo",
"book_02/gussess_name",
# "book_03/hello_cargo",
"book_04/ownership",
"book_04/slices_04_03",
"book_05/demo_05_01",
"book_05/demo_05_02",
"book_06/demo_06_01",
"book_06/option_06_02",
"book_06/if_let_06_03",
"book_07/my-project",
"book_08/haspmap",
"book_08/string",
"book_08/string",
"book_10/lifetime",
"book_10/my-project-new",
"book_12/minigrep",
"book_13/closures",
"book_13/iterators",
"book_13/minigrep-new",
"book_14/release",
"book_15/reference-counting",
"book_15/ref-cell",
"book_15/multiple-ownership",
"book_15/weak",
"book_16/thread",
"book_16/channel",
"book_16/lock",
"book_16/send_sync",
"book_17/state_pattern",
"book_20/web",
]