We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6d0a9 commit 45566a0Copy full SHA for 45566a0
translator/Cargo.toml
@@ -6,4 +6,4 @@ edition = "2021"
6
[dependencies]
7
enderpy_python_parser = { path = "../parser", version = "0.1.0" }
8
enderpy_python_type_checker = {path = "../typechecker", version = "0.1.0" }
9
-log = { version = "0.4.17" }
+log = { version = "0.4.17" }
translator/src/lib.rs
@@ -1 +1 @@
1
-pub mod translator;
+pub mod translator;
0 commit comments