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>"]
|
2021-10-21 12:33:56 -07:00
|
|
|
edition = "2021"
|
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"
|
2021-10-07 00:51:45 -07:00
|
|
|
itertools = "0.10"
|
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"
|
2021-10-13 01:19:17 -07:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
serde_json = "1.0"
|
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"
|
2018-05-07 01:42:19 -07:00
|
|
|
regex = "0.2"
|
2017-10-30 20:06:20 -07:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
includedir_codegen = "0.2.0"
|