Get rid of all top-level dependencies
This commit is contained in:
parent
6f43c3b81d
commit
7592209cdb
@ -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" }
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user