mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 00:53:25 +00:00
6a18d7f7be
- fixes musl (no-utmpx) build bug - fixes failing windows real{link,path} tests
17 lines
219 B
TOML
17 lines
219 B
TOML
[package]
|
|
name = "factor"
|
|
version = "0.0.1"
|
|
authors = []
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
name = "uu_factor"
|
|
path = "factor.rs"
|
|
|
|
[dependencies]
|
|
rand = "0.5"
|
|
uucore = "0.0.2"
|
|
|
|
[[bin]]
|
|
name = "factor"
|
|
path = "../#common/uumain.rs"
|