mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Co-Authored-By: Valentyn Faychuk <valy@faychuk.com> Co-Authored-By: Lee Dogeon <dev.moreal@gmail.com>
16 lines
272 B
TOML
16 lines
272 B
TOML
[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]
|