File: build.rs

package info (click to toggle)
tokenizers 0.20.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,480 kB
  • sloc: python: 4,499; javascript: 419; makefile: 124
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download
1
2
3
4
5
extern crate napi_build;

fn main() {
  napi_build::setup();
}