diff options
Diffstat (limited to 'modelica-parser-lalrpop/Cargo.toml')
-rw-r--r-- | modelica-parser-lalrpop/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modelica-parser-lalrpop/Cargo.toml b/modelica-parser-lalrpop/Cargo.toml index a86788b..42c6357 100644 --- a/modelica-parser-lalrpop/Cargo.toml +++ b/modelica-parser-lalrpop/Cargo.toml @@ -7,7 +7,7 @@ Partial (work in progress) parser for the modelica language using the LALRPOP rust parser crate. """ keywords = ["modelica", "lalrpop", "parser"] -build = "src/build.rs" # LALRPOP preprocessing +build = "build.rs" # LALRPOP preprocessing license = "MIT" readme = "README.md" |