20 lines
311 B
TOML
20 lines
311 B
TOML
[package]
|
|
name = "schala"
|
|
version = "0.1.0"
|
|
authors = ["greg <greg.shuflin@protonmail.com>"]
|
|
|
|
[dependencies]
|
|
|
|
llvm-sys = "*"
|
|
take_mut = "0.1.3"
|
|
itertools = "0.5.8"
|
|
getopts = "*"
|
|
linefeed = "0.2.2"
|
|
lazy_static = "0.2.8"
|
|
maplit = "*"
|
|
colored = "1.5"
|
|
serde = "1.0.15"
|
|
serde_derive = "1.0.15"
|
|
serde_json = "1.0.3"
|
|
|