You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/guide/creating-a-new-workspace.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ As mentioned in [[workspace] section](../reference/workspaces.md#the-workspace-s
10
10
- With a flat structure, adding or splitting crates is very easy.
11
11
- Even larger flattened lists are easier to see at a glance and easier to maintain than smaller tree structures.
12
12
13
-
Let's look at how a workspace containing a virtual inventory should be created.
13
+
Let's move on and create a virtual workspace.
14
14
15
15
Currently `Cargo` does not provide automatic creation of workspaces using the command line. You need to create the `Cargo.toml` file under the folder `new_workspace`:
0 commit comments