2018-03-23 18:43:43 -07:00
|
|
|
[package]
|
|
|
|
name = "schala-lang"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["greg <greg.shuflin@protonmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
itertools = "0.5.8"
|
|
|
|
take_mut = "0.1.3"
|
|
|
|
maplit = "*"
|
|
|
|
lazy_static = "0.2.8"
|
|
|
|
|
|
|
|
schala-repl = { path = "../schala-repl" }
|
2018-04-27 02:19:09 -07:00
|
|
|
schala-codegen = { path = "../schala-codegen" }
|