schala/schala-lang/language/Cargo.toml

21 lines
412 B
TOML
Raw Normal View History

2018-03-23 18:43:43 -07:00
[package]
name = "schala-lang"
version = "0.1.0"
authors = ["greg <greg.shuflin@protonmail.com>"]
2019-01-07 13:00:37 -08:00
edition = "2018"
2018-03-23 18:43:43 -07:00
[dependencies]
itertools = "0.8.0"
take_mut = "0.2.2"
maplit = "1.0.1"
lazy_static = "1.3.0"
failure = "0.1.5"
2019-02-23 00:34:44 -08:00
ena = "0.11.0"
2019-05-21 02:06:34 -07:00
stopwatch = "0.0.7"
2019-09-18 01:58:38 -07:00
derivative = "1.0.3"
2019-09-25 02:28:24 -07:00
colored = "1.8"
2019-10-17 03:15:39 -07:00
radix_trie = "0.1.5"
2018-03-23 18:43:43 -07:00
2018-10-19 09:57:35 -07:00
schala-lang-codegen = { path = "../codegen" }
schala-repl = { path = "../../schala-repl" }