File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ project (next to the ``setup.py`` file) which registers all of the extensions.
80
80
This way, generic ``cargo `` commands can be run without leaving the root of
81
81
the project.
82
82
83
+ If ``--create-workspace `` is enable, a `.cargo/config ` file will also be
84
+ created to force ``cargo `` to build to the temporary build directory. Use
85
+ ``--no-config `` to disable.
86
+
83
87
84
88
Dependencies
85
89
------------
@@ -95,7 +99,7 @@ complete Python path to the extension (e.g. ``hello.english``). Extension
95
99
specific dependencies are added *after * global dependencies.
96
100
97
101
*Note that, since all projects are built in the same directory, you can also
98
- declare all dependencies in the ``[tomlgen_rust.dependencies]``, as they will
102
+ declare all dependencies in the * ``[tomlgen_rust.dependencies] ``, * as they will
99
103
be built only once anyway *.
100
104
101
105
You can’t perform that action at this time.
0 commit comments