File: build.rs

package info (click to toggle)
rust-opam-file-rs 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 152 kB
  • sloc: makefile: 4
file content (5 lines) | stat: -rw-r--r-- 73 bytes parent folder | download
1
2
3
4
5
extern crate lalrpop;

fn main() {
  lalrpop::process_root().unwrap();
}