sibil/lexer/Cargo.toml
Eryn Wells fc947280ae Move the lexer to its own sibillexer module
Lots of failing tests right now, unfortunately. :(
2017-04-15 09:37:12 -07:00

7 lines
144 B
TOML

[package]
name = "sibillexer"
version = "0.1.0"
authors = ["Eryn Wells <eryn@erynwells.me>"]
[dependencies]
sibiltypes = { path = "../types" }