forked from Rust-related/RustPython
12 lines
388 B
TOML
12 lines
388 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 = "../../vm", default-features = false, features = ["freeze-stdlib"] }
|
|
rustpython-pylib = { path = "../../pylib", default-features = false, features = ["freeze-stdlib"] }
|
|
|
|
[workspace]
|