schala/Cargo.toml

13 lines
211 B
TOML

[package]
name = "null_only_language"
version = "0.1.0"
authors = ["greg <greg.shuflin@protonmail.com>"]
[dependencies]
simplerepl = { path = "../simplerepl" }
llvm-sys = "*"
take_mut = "0.1.3"
getopts = "*"