schala/schala-repl/Cargo.toml

25 lines
443 B
TOML
Raw Normal View History

2017-10-30 20:06:20 -07:00
[package]
2018-03-20 21:17:46 -07:00
name = "schala-repl"
2017-10-30 20:06:20 -07:00
version = "0.1.0"
authors = ["greg <greg.shuflin@protonmail.com>"]
edition = "2018"
2017-10-30 20:06:20 -07:00
[dependencies]
2019-01-01 02:22:12 -08:00
llvm-sys = "70.0.2"
take_mut = "0.2.2"
2017-10-30 20:06:20 -07:00
itertools = "0.5.8"
getopts = "0.2.18"
2017-10-30 20:06:20 -07:00
lazy_static = "0.2.8"
maplit = "*"
2019-06-06 23:50:08 -07:00
colored = "1.8"
2019-05-14 00:40:38 -07:00
serde = "1.0.91"
serde_derive = "1.0.91"
serde_json = "1.0.15"
2017-10-30 20:06:20 -07:00
phf = "0.7.12"
includedir = "0.2.0"
2019-07-09 01:49:07 -07:00
linefeed = "0.6.0"
regex = "0.2"
2017-10-30 20:06:20 -07:00
[build-dependencies]
includedir_codegen = "0.2.0"