[package]
name = "nl"
version = "0.0.1"
authors = []
[lib]
path = "nl.rs"
[dependencies]
getopts = "*"
libc = "*"
aho-corasick = "*"
memchr = "*"
regex = "*"
regex-syntax = "*"
[[bin]]
name="nl"
path="nl.rs"