coreutils/src/factor/Cargo.toml
Roy Ivy III 6a18d7f7be update ~ (maint!) use fixed/patched uucore (v0.0.2); await upgrade upstream
- fixes musl (no-utmpx) build bug
- fixes failing windows real{link,path} tests
2020-04-12 22:39:55 -05:00

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"