14f31a5186
This should hopefully make the compiler pass thing I want to do possible
14 lines
279 B
TOML
14 lines
279 B
TOML
[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" }
|
|
schala-codegen = { path = "../schala-codegen" }
|