schala/schala-repl/Cargo.toml

26 lines
469 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>"]
[dependencies]
llvm-sys = "*"
take_mut = "0.1.3"
itertools = "0.5.8"
getopts = "*"
lazy_static = "0.2.8"
maplit = "*"
colored = "1.5"
serde = "1.0.15"
serde_derive = "1.0.15"
serde_json = "1.0.3"
2017-12-31 15:46:08 -08:00
rocket = "0.3.5"
rocket_codegen = "0.3.5"
rocket_contrib = "0.3.5"
2017-10-30 20:06:20 -07:00
phf = "0.7.12"
includedir = "0.2.0"
2018-03-01 02:43:11 -08:00
rustyline = "1.0.0"
2017-10-30 20:06:20 -07:00
[build-dependencies]
includedir_codegen = "0.2.0"