We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5d36c commit bf1e983Copy full SHA for bf1e983
compiler/porcelain/Cargo.toml
@@ -5,6 +5,10 @@ description = "A usability wrapper around rustpython-parser and rustpython-compi
5
authors = ["RustPython Team"]
6
edition = "2018"
7
8
+[features]
9
+std = ["rustpython-compiler-core/std", "rustpython-bytecode/std", "rustpython-parser/std"]
10
+default = ["std"]
11
+
12
[dependencies]
13
thiserror = "1.0"
14
rustpython-compiler-core = { path = ".." }
0 commit comments