[package]
name = "factor"
version = "0.0.1"
authors = []
[lib]
path = "factor.rs"
[dependencies]
getopts = "*"
libc = "*"
rand = "*"
[[bin]]
name="factor"
path="factor.rs"