Skip to content

Commit 6cec915

Browse files
committed
reinit
1 parent 385d09c commit 6cec915

File tree

11 files changed

+23
-2952
lines changed

11 files changed

+23
-2952
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 3b6e90f
2+
_commit: a74894d
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rustjswasm

Cargo.lock

Lines changed: 0 additions & 245 deletions
This file was deleted.

Cargo.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,18 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
python_template_rust = { path = "./rust", version = "*" }
14-
pyo3 = { version = "0.26", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
15-
strum = "0.27.2"
14+
pyo3 = { version = "0.22", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
15+
strum = "0.24.1"
1616

1717
[profile.release]
1818
panic = 'abort'
1919
lto = true
20+
21+
[profile.test.junit]
22+
path = "junit.xml"
23+
24+
[workspace]
25+
members = [
26+
"js",
27+
"rust",
28+
]

0 commit comments

Comments
 (0)