mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
14 lines
421 B
TOML
14 lines
421 B
TOML
[package]
|
|
name = "example_frozen_stdlib"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rustpython = { path = "../../", default-features = false, features = ["freeze-stdlib"] }
|
|
rustpython-vm = { path = "../../crates/vm", default-features = false, features = ["freeze-stdlib"] }
|
|
rustpython-pylib = { path = "../../crates/pylib", default-features = false, features = ["freeze-stdlib"] }
|
|
|
|
[workspace]
|
|
|
|
[patch.crates-io]
|