diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-01-11 17:19:11 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-01-11 17:19:11 -0800 |
commit | f9780935165b9535288bdac4e6b1171278fc5191 (patch) | |
tree | 6cec27a8e54d3e1deb48ef4f40fd19021cc034b4 /src | |
parent | f2c1f1c13772145acaecb1ebf9b4cafcacb98131 (diff) | |
download | modelthing-f9780935165b9535288bdac4e6b1171278fc5191.tar.gz modelthing-f9780935165b9535288bdac4e6b1171278fc5191.zip |
re-export modelica_parser (and fix tests)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ extern crate log; extern crate error_chain; extern crate toml; -extern crate modelica_parser; +pub extern crate modelica_parser; pub mod modelica_model; pub mod transpile_scheme; |