mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
10 lines
164 B
TOML
10 lines
164 B
TOML
[package]
|
|
name = "example-barebone"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rustpython-vm = { path = "../../vm", default-features = false }
|
|
|
|
[workspace]
|