We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stdio
vm.print()
1 parent 62766fd commit 5ab631dCopy full SHA for 5ab631d
example_projects/barebone/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]
7
-rustpython-vm = { path = "../../crates/vm", default-features = false }
+rustpython-vm = { path = "../../crates/vm", default-features = false, features = ["stdio"] }
8
9
[workspace]
10
0 commit comments