mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
Merge pull request #51 from shahn/remove-term-dep
Remove term dependency
This commit is contained in:
commit
d17fdd8127
@ -16,7 +16,6 @@ doctest = false
|
||||
regex = "0.1"
|
||||
diff = "0.1"
|
||||
itertools = "0.3"
|
||||
term = "0.2"
|
||||
unicode-xid = "0.0.2"
|
||||
petgraph = "0.1.11"
|
||||
|
||||
|
@ -13,7 +13,6 @@ extern crate lalrpop_intern as intern;
|
||||
extern crate lalrpop_util;
|
||||
extern crate petgraph;
|
||||
extern crate regex;
|
||||
extern crate term;
|
||||
extern crate itertools;
|
||||
extern crate unicode_xid;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user