2015-07-31 22:49:14 +00:00
|
|
|
[package]
|
|
|
|
name = "nl"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = []
|
2020-04-08 14:20:53 +00:00
|
|
|
license = "MIT"
|
2020-01-27 02:22:58 +00:00
|
|
|
build = "../#common/mkmain.rs"
|
2015-07-31 22:49:14 +00:00
|
|
|
|
|
|
|
[lib]
|
2015-12-08 02:42:08 +00:00
|
|
|
name = "uu_nl"
|
2015-07-31 22:49:14 +00:00
|
|
|
path = "nl.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-08 07:15:54 +00:00
|
|
|
aho-corasick = "0.7.3"
|
2018-07-06 07:17:46 +00:00
|
|
|
getopts = "0.2.18"
|
2018-06-11 17:13:54 +00:00
|
|
|
libc = "0.2.42"
|
2019-06-17 16:21:06 +00:00
|
|
|
memchr = "2.2.0"
|
2018-06-20 15:39:26 +00:00
|
|
|
regex = "1.0.1"
|
2019-06-13 12:59:04 +00:00
|
|
|
regex-syntax = "0.6.7"
|
2020-01-01 20:40:58 +00:00
|
|
|
uucore = "0.0.2"
|
2015-11-22 20:45:04 +00:00
|
|
|
|
|
|
|
[[bin]]
|
2015-12-08 02:42:08 +00:00
|
|
|
name = "nl"
|
2020-01-27 02:22:58 +00:00
|
|
|
path = "../#common/uumain.rs"
|