[package] name = "rustpython-without-js" version = "0.1.0" edition = "2024" [lib] crate-type = ["cdylib"] [dependencies] getrandom = "0.3" rustpython-vm = { path = "../../../crates/vm", default-features = false, features = ["compiler"] } [workspace] [patch.crates-io]