schala/Cargo.toml

27 lines
450 B
TOML
Raw Normal View History

2015-07-16 01:40:37 -07:00
[package]
2017-01-15 15:33:31 -08:00
name = "schala"
2015-07-16 01:40:37 -07:00
version = "0.1.0"
authors = ["greg <greg.shuflin@protonmail.com>"]
[dependencies]
llvm-sys = "*"
2016-12-23 17:15:23 -08:00
take_mut = "0.1.3"
itertools = "0.5.8"
2016-12-28 15:56:02 -08:00
getopts = "*"
linefeed = "0.3"
2017-09-07 19:38:22 -07:00
lazy_static = "0.2.8"
maplit = "*"
2017-09-08 03:47:04 -07:00
colored = "1.5"
2017-09-17 18:57:47 -07:00
serde = "1.0.15"
serde_derive = "1.0.15"
serde_json = "1.0.3"
rocket = "*"
rocket_codegen = "*"
2017-09-19 20:29:08 -07:00
rocket_contrib = "*"
2017-10-12 02:13:55 -07:00
phf = "0.7.12"
includedir = "0.2.0"
2015-07-16 01:40:37 -07:00
2017-10-12 02:13:55 -07:00
[build-dependencies]
includedir_codegen = "0.2.0"