Kill some packages from schala bin

This commit is contained in:
greg 2017-11-01 01:23:54 -07:00
parent c057f068ef
commit dee470cb8b
2 changed files with 0 additions and 18 deletions

View File

@ -8,19 +8,9 @@ authors = ["greg <greg.shuflin@protonmail.com>"]
llvm-sys = "*"
take_mut = "0.1.3"
itertools = "0.5.8"
getopts = "*"
linefeed = "0.3"
lazy_static = "0.2.8"
maplit = "*"
colored = "1.5"
serde = "1.0.15"
serde_derive = "1.0.15"
serde_json = "1.0.3"
rocket = "*"
rocket_codegen = "*"
rocket_contrib = "*"
phf = "0.7.12"
includedir = "0.2.0"
schala-lib = { path = "schala-lib" }

View File

@ -1,19 +1,11 @@
#![feature(link_args)]
#![feature(advanced_slice_patterns, slice_patterns, box_patterns, box_syntax)]
#![feature(plugin)]
#![plugin(rocket_codegen)]
extern crate getopts;
extern crate linefeed;
extern crate itertools;
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate maplit;
extern crate serde_json;
extern crate rocket;
extern crate rocket_contrib;
extern crate includedir;
extern crate phf;
mod schala_lang;
mod maaru_lang;