summaryrefslogtreecommitdiffstats
path: root/build.rs
blob: af09e8539f9e60a1d41d095c57c89ef9c5fcf9fb (plain)
1
2
3
4
5
6
extern crate peg;

fn main() {
    peg::cargo_build("src/grammar.rustpeg");
}