mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Enable stdio in barebone example so vm.print() works (#7356)
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rustpython-vm = { path = "../../crates/vm", default-features = false }
|
||||
rustpython-vm = { path = "../../crates/vm", default-features = false, features = ["stdio"] }
|
||||
|
||||
[workspace]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user