File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ An example extension with automatically generated ``Cargo.toml`` manifest
5
5
files. Simply run ``python setup.py tomlgen_rust `` to generate the following
6
6
files:
7
7
8
- * ``Cargo.toml `` for ``hello. english ``
8
+ * ``Cargo.toml `` for ``hello- english ``
9
9
10
10
.. code-block :: toml
11
11
12
12
[package]
13
- name = "hello. english"
13
+ name = "hello- english"
14
14
version = "0.1.0"
15
15
authors = ["Martin Larralde <[email protected] >"]
16
16
publish = false
@@ -95,7 +95,7 @@ probably a good place to add ``pyo3`` as a dependency.
95
95
96
96
To specify per-extension dependency, create a section for each extension
97
97
(``[tomlgen_rust.dependencies.<DOTTEDPATH>] ``, where ``<DOTTEDPATH> `` is the
98
- complete Python path to the extension (e.g. ``hello. english ``). Extension
98
+ complete Python path to the extension (e.g. ``hello- english ``). Extension
99
99
specific dependencies are added *after * global dependencies.
100
100
101
101
*Note that, since all projects are built in the same directory, you can also
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ create_workspace = true
12
12
[tomlgen_rust.dependencies]
13
13
pyo3 = { version = " *" , features = [" extension-module" ] }
14
14
15
- [tomlgen_rust.dependencies.hello. english]
15
+ [tomlgen_rust.dependencies.hello- english]
16
16
english-lint = " *"
17
17
18
18
[aliases]
You can’t perform that action at this time.
0 commit comments