aboutsummaryrefslogtreecommitdiffstats
path: root/modelica-parser-lalrpop/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-12-18 19:21:28 -0800
committerbnewbold <bnewbold@robocracy.org>2016-12-18 19:21:50 -0800
commit24b2dc9c022cf1daa95418328019d12e5198b06b (patch)
treeca8758830d76f8b3d1dd47c72d09fd7bafa5fa6e /modelica-parser-lalrpop/Cargo.toml
parent469629360dd8aad2f7ca6937cd266b1ab6901bab (diff)
downloadmodelthing-24b2dc9c022cf1daa95418328019d12e5198b06b.tar.gz
modelthing-24b2dc9c022cf1daa95418328019d12e5198b06b.zip
TODO and move build.rs out of src
Diffstat (limited to 'modelica-parser-lalrpop/Cargo.toml')
-rw-r--r--modelica-parser-lalrpop/Cargo.toml2
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"