mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-17 18:51:05 +00:00
16 lines
214 B
TOML
16 lines
214 B
TOML
[package]
|
|
name = "factor"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_factor"
|
|
path = "factor.rs"
|
|
|
|
[dependencies]
|
|
rand = "0.3.15"
|
|
uucore = { path="../uucore" }
|
|
|
|
[[bin]]
|
|
name = "factor"
|
|
path = "../../uumain.rs"
|