🌐 AI搜索 & 代理 主页
Skip to content

Commit 60c2403

Browse files
committed
cpython.import_module
1 parent 95afe5d commit 60c2403

File tree

3 files changed

+534
-31
lines changed

3 files changed

+534
-31
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cpython/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ license.workspace = true
1212
rustpython-vm = { workspace = true }
1313
rustpython-derive = { workspace = true }
1414
pyo3 = { version = "0.26", features = ["auto-initialize"] }
15+
crossbeam-utils = { workspace = true }
1516

1617
[lints]
1718
workspace = true

0 commit comments

Comments
 (0)