diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -2,14 +2,12 @@ name = "modelthing" version = "0.1.0" dependencies = [ - "colored 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.86 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", - "lalrpop 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", - "lalrpop-util 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "markdown 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "modelica-parser-lalrpop 0.1.0", "pencil 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -429,6 +427,15 @@ dependencies = [ ] [[package]] +name = "modelica-parser-lalrpop" +version = "0.1.0" +dependencies = [ + "colored 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "lalrpop 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", + "lalrpop-util 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] name = "num_cpus" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" |