schala/Cargo.toml

14 lines
210 B
TOML
Raw Normal View History

2015-07-16 01:40:37 -07:00
[package]
name = "null_only_language"
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.2.2"
2015-07-16 01:40:37 -07:00