[lexer] Link sibiltypes
This commit is contained in:
parent
2120417f76
commit
107bb394b7
2 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,4 @@ version = "0.1.0"
|
|||
authors = ["Eryn Wells <eryn@erynwells.me>"]
|
||||
|
||||
[dependencies]
|
||||
sibiltypes = { path = "../types" }
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
extern crate sibiltypes;
|
||||
|
||||
use std::iter::Peekable;
|
||||
use states::{Begin, Resume, StateResult};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue