Get rid of all top-level dependencies

This commit is contained in:
greg 2018-03-23 18:48:15 -07:00
parent 6f43c3b81d
commit 7592209cdb
2 changed files with 0 additions and 15 deletions

View File

@ -5,13 +5,6 @@ authors = ["greg <greg.shuflin@protonmail.com>"]
[dependencies]
llvm-sys = "*"
take_mut = "0.1.3"
itertools = "0.5.8"
lazy_static = "0.2.8"
maplit = "*"
colored = "1.5"
schala-repl = { path = "schala-repl" }
maaru-lang = { path = "maaru" }
rukka-lang = { path = "rukka" }

View File

@ -1,11 +1,3 @@
#![feature(advanced_slice_patterns, slice_patterns, box_patterns, box_syntax)]
#![feature(plugin)]
extern crate itertools;
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate maplit;
extern crate schala_repl;
extern crate maaru_lang;