Files
RustPython/example_projects/frozen_stdlib/Cargo.toml
2025-11-15 21:51:33 +09:00

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]